Class ClientTransactionInDoubtException

    • Constructor Detail

      • ClientTransactionInDoubtException

        public ClientTransactionInDoubtException​(String message)
        Creates a new transaction in doubt exception.
        Parameters:
        message - The message that describes the reason for the error.
      • ClientTransactionInDoubtException

        public ClientTransactionInDoubtException​(String message,
                                                 Throwable cause)
        Creates a new transaction in doubt exception.
        Parameters:
        message - The message that describes the reason for the error.
        cause - An exception that further defines the reason for the error.