Package org.javalite.activejdbc
Class DBException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.javalite.activejdbc.DBException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotAssociatedException
public class DBException extends RuntimeException
Generic exception wrapper for all things DB.- Author:
- Igor Polevoy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DBException()DBException(String message)DBException(String query, Object[] params, Throwable cause)DBException(String message, Throwable cause)DBException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-