Class IntegrationTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.util.timeout.IntegrationTimeoutException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OutboundRequestTimeoutException
This exception is thrown when a timeout occurs in the
TimeoutService- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationTimeoutException(long timeout) Instantiates an IntegrationTimeoutExceptionIntegrationTimeoutException(String msg, long timeout) Instantiates an IntegrationTimeoutException with a message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntegrationTimeoutException
public IntegrationTimeoutException(long timeout) Instantiates an IntegrationTimeoutException- Parameters:
timeout- The timeout value
-
IntegrationTimeoutException
Instantiates an IntegrationTimeoutException with a message- Parameters:
msg- Exception messagetimeout- The timeout value
-
-
Method Details
-
getTimeout
public long getTimeout()Gets the timeout value- Returns:
- Timeout value
-