net.sourceforge.toscanaj.controller.db
Class DatabaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.toscanaj.controller.db.DatabaseException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseException
extends java.lang.Exception

Signals a problem with a database connection. There is a large number of reasons why this can happen, the message string and the embedded exception are used to indicate what exactly went wrong.

See Also:
Serialized Form
To do:
build hierarchy for this.

Constructor Summary
DatabaseException()
           
DatabaseException(java.lang.String message)
           
DatabaseException(java.lang.String message, java.lang.Throwable cause)
           
DatabaseException(java.lang.Throwable cause)
           
 
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

DatabaseException

public DatabaseException()

DatabaseException

public DatabaseException(java.lang.String message)

DatabaseException

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

DatabaseException

public DatabaseException(java.lang.Throwable cause)


The ToscanaJ project