Class SqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.database.sql.SqlException
- All Implemented Interfaces:
Serializable
The Sql Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sql exception.SqlException(String message) Instantiates a new sql exception.SqlException(String message, Throwable cause) Instantiates a new sql exception.SqlException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new sql exception.SqlException(Throwable cause) Instantiates a new sql exception. -
Method Summary
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()Instantiates a new sql exception. -
SqlException
public SqlException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new sql exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
SqlException
Instantiates a new sql exception.- Parameters:
message- the messagecause- the cause
-
SqlException
Instantiates a new sql exception.- Parameters:
message- the message
-
SqlException
Instantiates a new sql exception.- Parameters:
cause- the cause
-