Class CannotSerializeTransactionException

All Implemented Interfaces:
Serializable

public class CannotSerializeTransactionException extends PessimisticLockingFailureException
Exception thrown on failure to complete a transaction in serialized mode due to update conflicts.
Author:
Rod Johnson
See Also:
  • Constructor Details

    • CannotSerializeTransactionException

      public CannotSerializeTransactionException(String msg)
      Constructor for CannotSerializeTransactionException.
      Parameters:
      msg - the detail message
    • CannotSerializeTransactionException

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