public class CannotAcquireLockException extends PessimisticLockingFailureException
Constructor and Description |
---|
CannotAcquireLockException(java.lang.String msg)
Constructor for CannotAcquireLockException.
|
CannotAcquireLockException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for CannotAcquireLockException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public CannotAcquireLockException(java.lang.String msg)
msg
- the detail messagepublic CannotAcquireLockException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the data access API in use