Class RestMessageComposeException

All Implemented Interfaces:
Serializable

public class RestMessageComposeException extends CommunicationEngineException
This exception is used when a rest message could not be composed.
Since:
9.0
Author:
a.pragt, m.mahabiersing, Jon van Leuven
See Also:
  • Constructor Details

    • 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.