Package com.blackrook.sql
Class SQLAbstractDAO.DataAccessTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.sql.SQLAbstractDAO.DataAccessFailureException
com.blackrook.sql.SQLAbstractDAO.DataAccessTimeoutException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SQLAbstractDAO
public class SQLAbstractDAO.DataAccessTimeoutException
extends SQLAbstractDAO.DataAccessFailureException
Exception thrown when a Data Access Object fails at storage or retrieval unexpectedly.
- See Also:
-
Constructor Summary
ConstructorDescriptionDataAccessTimeoutException
(String message) Creates a new exception.DataAccessTimeoutException
(String message, Throwable exception) Creates a new 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
-
DataAccessTimeoutException
Creates a new exception.- Parameters:
message
- the exception message.
-
DataAccessTimeoutException
Creates a new exception.- Parameters:
message
- the exception message.exception
- the exception cause.
-