Class DeadlockLoserDataAccessException

All Implemented Interfaces:
Serializable

public class DeadlockLoserDataAccessException extends PessimisticLockingFailureException
Generic exception thrown when the current process was a deadlock loser, and its transaction rolled back.
Author:
Rod Johnson
See Also:
  • Constructor Details

    • DeadlockLoserDataAccessException

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