Class PreparedTxnException

    • Constructor Detail

      • PreparedTxnException

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

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