Class OutboundRequestExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.util.timeout.IntegrationExecutionException
-
- de.hybris.platform.outboundservices.monitoring.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 theIntegrationExecutionExceptionto 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
-