Class OutboundRequestExecutionException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OutboundRequestExecutionException​(java.lang.Throwable cause)
      Instantiates an OutboundRequestExecutionException
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OutboundRequestExecutionException

        public OutboundRequestExecutionException​(java.lang.Throwable cause)
        Instantiates an OutboundRequestExecutionException
        Parameters:
        cause - The cause of the exception