Class SoapMessageComposeException

All Implemented Interfaces:
Serializable

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

    • SoapMessageComposeException

      public SoapMessageComposeException(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