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:
java.io.Serializable
- Direct Known Subclasses:
OptimisticLockException
,PessimisticLockException
public class DataAccessException extends AbstractRuntimeException
Thrown when there is a problem storing or retrieving data from the database.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataAccessException(java.lang.String message)
Construct anDataAccessException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
DataAccessException
public DataAccessException(java.lang.String message)
Construct anDataAccessException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractRuntimeException.getMessage()
method).
-
-