Class TransactionUsageException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalTransactionStateException, InvalidIsolationLevelException, InvalidTimeoutException, NoTransactionException

public class TransactionUsageException extends TransactionException
Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
Since:
22.03.2003
Author:
Rod Johnson
See Also:
  • Constructor Details

    • TransactionUsageException

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

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