Class UnexpectedRollbackException

All Implemented Interfaces:
Serializable

public class UnexpectedRollbackException extends TransactionException
Thrown when an attempt to commit a transaction resulted in an unexpected rollback.
Since:
17.03.2003
Author:
Rod Johnson
See Also:
  • Constructor Details

    • UnexpectedRollbackException

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

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