Package org.jumpmind.db.sql
Class SqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jumpmind.db.sql.SqlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BulkSqlException
,ColumnNotFoundException
,ConcurrencySqlException
,DataTruncationException
,InvalidSqlException
,SqlScriptException
,TableNotFoundException
,UniqueKeyException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSqlException
(String message) SqlException
(String message, Throwable cause) SqlException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SqlException
public SqlException() -
SqlException
-
SqlException
-
SqlException
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
getRootCause
-
getRootMessage
-