- 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:
java.io.Serializable
public class DatabaseException extends ValidationException
database-errors wrapping aSQLException
or PersistenceException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description DatabaseException(java.lang.String message)
DatabaseException(java.lang.String message, java.lang.Throwable cause)
DatabaseException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class net.sf.jsqlparser.util.validation.ValidationException
equals, hashCode, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-