org.zenmagick.core.services.database.ZMDatabaseException
\core\services\database\ZMDatabaseException.php at line 31
Class ZMDatabaseException
Exception
└─ZMException
└─ZMDatabaseException
public class ZMDatabaseException
extends ZMException
- Author:
- DerManoMann
- Version:
- $Id: ZMDatabaseException.php 2610 2009-11-20 02:45:25Z dermanomann $
| Fields inherited from org.zenmagick.core.ZMException |
| previous_ |
| Constructor Summary |
ZMDatabaseException(string message, int code, Exception previous) Create new instance. |
Constructor Detail
\core\services\database\ZMDatabaseException.php at line 40
ZMDatabaseException
public ZMDatabaseException(string message, int code, Exception previous)
Create new instance.
- Parameters:
- message - The message; default is
null.
- code - The exception code; default is 0.
- previous - The original exception (if any) for chaining; default is
null.
Database exception.