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:
Serializable
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 Summary
ConstructorsConstructorDescriptionInstantiates an OutboundRequestExecutionException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutboundRequestExecutionException
Instantiates an OutboundRequestExecutionException- Parameters:
cause- The cause of the exception
-