java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
is.codion.common.db.exception.DatabaseException
is.codion.common.db.exception.QueryTimeoutException
- All Implemented Interfaces:
Serializable
Exception thrown when a statement has timed out or been cancelled.
- See Also:
-
Field Summary
Fields inherited from class is.codion.common.db.exception.DatabaseException
SQL_STATE_NO_DATA -
Constructor Summary
ConstructorsConstructorDescriptionQueryTimeoutException(SQLException cause, @Nullable String message) Instantiates a newQueryTimeoutException -
Method Summary
Methods inherited from class is.codion.common.db.exception.DatabaseException
errorCode, setStackTrace, sqlState, statementMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
Constructor Details
-
QueryTimeoutException
Instantiates a newQueryTimeoutException- Parameters:
cause- the underlying causemessage- the error message
-