Class IllegalTransactionStateException

All Implemented Interfaces:
Serializable

public class IllegalTransactionStateException extends TransactionException
Signals that the requested transactional operation could not be performed in the current state.
See Also:
  • Constructor Details

    • IllegalTransactionStateException

      public IllegalTransactionStateException(Throwable throwable, String message, int vendorCode)
    • IllegalTransactionStateException

      public IllegalTransactionStateException(Throwable cause)
    • IllegalTransactionStateException

      public IllegalTransactionStateException(String msg)