net.sourceforge.toscanaj.controller.db
Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.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.
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 |
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