Package com.sas.lsaf.core
Class DataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.lsaf.core.AbstractRuntimeException
com.sas.lsaf.core.DataAccessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OptimisticLockException,PessimisticLockException
Thrown when there is a problem storing or retrieving data from the database.
- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataAccessException(String message) Construct anDataAccessExceptionwith the specified detail message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataAccessException
Construct anDataAccessExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractRuntimeException.getMessage()method).
-