Class IllegalTxnStateException

    • Constructor Detail

      • IllegalTxnStateException

        public IllegalTxnStateException()
        Creates a new IllegalTxnStateException.
      • IllegalTxnStateException

        public IllegalTxnStateException​(String message)
        Creates a new IllegalTxnStateException with the provided message.
        Parameters:
        message - the message of the exception.
      • IllegalTxnStateException

        public IllegalTxnStateException​(String message,
                                        Throwable cause)
        Creates a new IllegalTxnStateException with the provided message and cause.
        Parameters:
        message - the message of the exception.
        cause - the cause of the exception.