ZenMagick 0.9.6


org.zenmagick.database.ZMDatabaseException

Class ZMDatabaseException

Exception
|
+--ZMException
|
+--ZMDatabaseException

public class ZMDatabaseException
extends ZMException

Database exception.

Author:
DerManoMann
Version:
$Id: ZMDatabaseException.php 2149 2009-04-13 22:59:14Z dermanomann $

Fields inherited from org.zenmagick.ZMException
previous_
Constructor Summary

ZMDatabaseException(string message, int code, Exception previous)

Create new instance.

Constructor Detail

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.6