- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jsqlparser.util.validation.ValidationException
-
- net.sf.jsqlparser.util.validation.metadata.DatabaseException
-
- All Implemented Interfaces:
Serializable
public class DatabaseException extends ValidationException
database-errors wrapping aSQLException
or PersistenceException- Author:
- gitmotte
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseException(String message)
DatabaseException(String message, Throwable cause)
DatabaseException(Throwable cause)
-
Method Summary
-
Methods inherited from class net.sf.jsqlparser.util.validation.ValidationException
equals, hashCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-