Class ClientTransactionDeclarationException

    • Constructor Detail

      • ClientTransactionDeclarationException

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

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