|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.liquidsite.util.db.DatabaseException
A database exception. This exception is thrown when a database query or statement couldn't be executed correctly. This may be due to invalid SQL syntax, or similar.
| Constructor Summary | |
DatabaseException(java.lang.Exception cause)
Creates a new database exception. |
|
DatabaseException(java.lang.String message)
Creates a new database exception. |
|
DatabaseException(java.lang.String message,
java.lang.Exception cause)
Creates a new database exception. |
|
| 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 |
public DatabaseException(java.lang.String message)
message - the error messagepublic DatabaseException(java.lang.Exception cause)
cause - the root cause to the error
public DatabaseException(java.lang.String message,
java.lang.Exception cause)
message - the error messagecause - the root cause to the error
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||