Class DatabaseException
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
database-errors wrapping a
SQLException
or PersistenceException- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDatabaseException
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DatabaseException
-
DatabaseException
-
DatabaseException
-