Class DeadTxnException

    • Constructor Detail

      • DeadTxnException

        public DeadTxnException()
        Creates a new DeadTxnException.
      • DeadTxnException

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

        public DeadTxnException​(String message,
                                Throwable cause)
        Creates a new DeadTxnException.
        Parameters:
        message - the message of the exception.
        cause - the cause of the exception.