Class ExternalRoutingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.ExternalRoutingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExternalRoutingRequestException,RoutingWorkItemNotFoundException,RoutingWorkItemOperationException
Signals that an exception has occurred in connection with an
ExternalRoutingConnector.- Since:
- 11.29
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExternalRoutingException(String message) ExternalRoutingException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExternalRoutingException
public ExternalRoutingException()- Since:
- 11.29
-
ExternalRoutingException
- Parameters:
message- the detail message (which is saved for later retrieval by theThrowable.getMessage()method).- Since:
- 11.29
-
ExternalRoutingException
- Parameters:
message- the detail message (which is saved for later retrieval by theThrowable.getMessage()method).cause- the cause (which is saved for later retrieval by theThrowable.getCause()method). (Anullvalue is permitted, and indicates that the cause is nonexistent or unknown.)- Since:
- 11.29
-