lib.jGroupware.utils
Class DatabaseErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bylib.jGroupware.utils.DatabaseErrorException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseErrorException
extends java.lang.Exception

Description of the Class

Author:
Gareth Webber
See Also:
Serialized Form

Constructor Summary
DatabaseErrorException(java.lang.String description)
          Constructor for the DatabaseErrorException object
DatabaseErrorException(java.lang.String description, java.lang.Throwable cause)
          Constructor for the DatabaseErrorException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseErrorException

public DatabaseErrorException(java.lang.String description)
Constructor for the DatabaseErrorException object


DatabaseErrorException

public DatabaseErrorException(java.lang.String description,
                              java.lang.Throwable cause)
Constructor for the DatabaseErrorException object