Class RestMessageComposeException

    • Constructor Detail

      • RestMessageComposeException

        public RestMessageComposeException​(String message,
                                           Throwable cause)
        Constructor with both a message and an exception explaining the cause of the error.
        Parameters:
        message - The message explaining the error that occurred, may not be null.
        cause - The original cause of the error, may be null.