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

public class IntegrationTimeoutException extends RuntimeException
This exception is thrown when a timeout occurs in the TimeoutService
See Also:
  • Constructor Details

    • IntegrationTimeoutException

      public IntegrationTimeoutException(long timeout)
      Instantiates an IntegrationTimeoutException
      Parameters:
      timeout - The timeout value
    • IntegrationTimeoutException

      public IntegrationTimeoutException(String msg, long timeout)
      Instantiates an IntegrationTimeoutException with a message
      Parameters:
      msg - Exception message
      timeout - The timeout value
  • Method Details

    • getTimeout

      public long getTimeout()
      Gets the timeout value
      Returns:
      Timeout value