ZenMagick 0.9.8


org.zenmagick.core.services.database.ZMDatabaseException
\core\services\database\ZMDatabaseException.php at line 31

Class ZMDatabaseException

Exception
└─ZMException
└─ZMDatabaseException

public class ZMDatabaseException
extends ZMException

Database exception.

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.

ZenMagick 0.9.8