Package com.sas.lsaf.core
Class PessimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.lsaf.core.AbstractRuntimeException
com.sas.lsaf.core.DataAccessException
com.sas.lsaf.core.PessimisticLockException
- All Implemented Interfaces:
Serializable
Thrown when an update to data is prevented due to the inability of retrieving a write lock on the data being
updated.
- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPessimisticLockException(String message) Construct aPessimisticLockExceptionwith 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
-
PessimisticLockException
Construct aPessimisticLockExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractRuntimeException.getMessage()method).
-