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

public class ExternalRoutingException extends Exception
Signals that an exception has occurred in connection with an ExternalRoutingConnector.
Since:
11.29
See Also:
  • Constructor Details

    • ExternalRoutingException

      public ExternalRoutingException()
      Since:
      11.29
    • ExternalRoutingException

      public ExternalRoutingException(String message)
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      Since:
      11.29
    • ExternalRoutingException

      public ExternalRoutingException(String message, Throwable cause)
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      Since:
      11.29