Class PessimisticEntityLockException

All Implemented Interfaces:
Serializable

public class PessimisticEntityLockException extends LockingStrategyException
Represents an error trying to apply a pessimistic LockingStrategy to an entity
See Also:
  • Constructor Details

    • PessimisticEntityLockException

      public PessimisticEntityLockException(Object entity, String message, JDBCException cause)
      Constructs a PessimisticEntityLockException
      Parameters:
      entity - The entity we were trying to lock
      message - Message explaining the condition
      cause - The underlying cause