Class IllegalTransactionStateException

All Implemented Interfaces:
Serializable

public class IllegalTransactionStateException extends TransactionUsageException
Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
Since:
21.01.2004
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • IllegalTransactionStateException

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

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