Class TxnExecutionException

    • Constructor Detail

      • TxnExecutionException

        public TxnExecutionException()
        Creates a new TransactionalExecutionException.
      • TxnExecutionException

        public TxnExecutionException​(String message)
        Creates a new TransactionalExecutionException with the provided message and cause.
        Parameters:
        message - message of the exception.
      • TxnExecutionException

        public TxnExecutionException​(String message,
                                     Throwable cause)
        Creates a new TransactionalExecutionException with the provided message and cause.
        Parameters:
        message - the message of the exception.
        cause - the Throwable that caused the exception.
      • TxnExecutionException

        public TxnExecutionException​(Throwable cause)
        Creates a new TransactionalExecutionException with the provided cause.
        Parameters:
        cause - the Throwable that was the cause of this TransactionalExecutionException.