Class PessimisticLockException

All Implemented Interfaces:
Serializable

public class PessimisticLockException extends DataAccessException
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 Details

    • PessimisticLockException

      public PessimisticLockException(String message)
      Construct a PessimisticLockException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).