Package org.jumpmind.db.sql
Class InvalidSqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jumpmind.db.sql.SqlException
org.jumpmind.db.sql.InvalidSqlException
- All Implemented Interfaces:
Serializable
This exception indicates that the SQL statement was invalid for some reason.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSqlException
(String message, Object... args) InvalidSqlException
(String message, Throwable cause) InvalidSqlException
(Throwable cause) -
Method Summary
Methods inherited from class org.jumpmind.db.sql.SqlException
getErrorCode, getRootCause, getRootMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSqlException
public InvalidSqlException() -
InvalidSqlException
-
InvalidSqlException
-
InvalidSqlException
-