Class OutboundRequestExecutionException

All Implemented Interfaces:
Serializable

public class OutboundRequestExecutionException extends IntegrationExecutionException
The OutboundRequestExecutionException is thrown when a request encountered an exception during processing. It extends the IntegrationExecutionException to provide an error message that is more relevant to outbound requests.
See Also:
  • Constructor Details

    • OutboundRequestExecutionException

      public OutboundRequestExecutionException(Throwable cause)
      Instantiates an OutboundRequestExecutionException
      Parameters:
      cause - The cause of the exception