com.ingenta.clownbike
Class DatabaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ingenta.IngentaException
              extended bycom.ingenta.clownbike.ClownbikeException
                  extended bycom.ingenta.clownbike.DatabaseException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseException
extends ClownbikeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ingenta.IngentaException
_parameters
 
Constructor Summary
DatabaseException(java.lang.String message)
           
DatabaseException(java.lang.String message, java.lang.Object[] parameters)
           
DatabaseException(java.lang.String message, java.lang.Object[] parameters, java.lang.Exception cause)
           
DatabaseException(java.lang.String message, java.lang.Throwable cause)
           
DatabaseException(java.lang.Throwable cause)
           
 
Methods inherited from class com.ingenta.IngentaException
parametersToString, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseException

public DatabaseException(java.lang.String message,
                         java.lang.Object[] parameters,
                         java.lang.Exception cause)

DatabaseException

public DatabaseException(java.lang.String message,
                         java.lang.Object[] parameters)

DatabaseException

public DatabaseException(java.lang.String message,
                         java.lang.Throwable cause)

DatabaseException

public DatabaseException(java.lang.String message)

DatabaseException

public DatabaseException(java.lang.Throwable cause)