Class OutboundRequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.util.timeout.IntegrationTimeoutException
de.hybris.platform.outboundservices.monitoring.OutboundRequestTimeoutException
- All Implemented Interfaces:
Serializable
The OutboundRequestTimeoutException is thrown when a request timeout occurs.
It extends
IntegrationTimeoutException so to provide an error message
that is more relevant to outbound requests.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutboundRequestTimeoutException(long timeout) Instantiates the OutboundRequestTimeoutException -
Method Summary
Methods inherited from class de.hybris.platform.integrationservices.util.timeout.IntegrationTimeoutException
getTimeoutMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutboundRequestTimeoutException
public OutboundRequestTimeoutException(long timeout) Instantiates the OutboundRequestTimeoutException- Parameters:
timeout- The timeout value
-