Class DeadlockLoserDataAccessException

All Implemented Interfaces:
Serializable

@Deprecated(since="6.0.3") public class DeadlockLoserDataAccessException extends PessimisticLockingFailureException
Generic exception thrown when the current process was a deadlock loser, and its transaction rolled back.

Consider handling the general PessimisticLockingFailureException instead, semantically including a wider range of locking-related failures.

Author:
Rod Johnson
See Also:
  • Constructor Details

    • DeadlockLoserDataAccessException

      public DeadlockLoserDataAccessException(String msg, Throwable cause)
      Deprecated.
      Constructor for DeadlockLoserDataAccessException.
      Parameters:
      msg - the detail message
      cause - the root cause from the data access API in use