Class IntegrationExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.util.timeout.IntegrationExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OutboundRequestExecutionException

public class IntegrationExecutionException extends RuntimeException
This exception is thrown when the TimeoutService encounters an exception other than the TimeoutException. It is a wrapper around the actual cause. Use Throwable.getCause() to get the actual cause of this exception.
See Also:
  • Constructor Details

    • IntegrationExecutionException

      public IntegrationExecutionException(Throwable cause)
      Instantiates an IntegrationExecutionException
      Parameters:
      cause - The cause of the execution exception
    • IntegrationExecutionException

      public IntegrationExecutionException(String msg, Throwable cause)
      Instantiates an IntegrationExecutionException with a message
      Parameters:
      msg - The error message
      cause - The cause of the execution exception