Class IllegalTransactionStateException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • IllegalTransactionStateException

        public IllegalTransactionStateException​(java.lang.Throwable throwable,
                                                java.lang.String message,
                                                int vendorCode)
      • IllegalTransactionStateException

        public IllegalTransactionStateException​(java.lang.Throwable cause)
      • IllegalTransactionStateException

        public IllegalTransactionStateException​(java.lang.String msg)