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:
java.io.Serializable
public class OutboundRequestTimeoutException extends IntegrationTimeoutException
The OutboundRequestTimeoutException is thrown when a request timeout occurs. It extendsIntegrationTimeoutExceptionso to provide an error message that is more relevant to outbound requests.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutboundRequestTimeoutException(long timeout)Instantiates the OutboundRequestTimeoutException
-
Method Summary
-
Methods inherited from class de.hybris.platform.integrationservices.util.timeout.IntegrationTimeoutException
getTimeout
-
-