Class AutoRoutingTagOperationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.imail.routing.operation.routingtags.AutoRoutingTagOperationFailedException
All Implemented Interfaces:
IssueProvider, Serializable

public class AutoRoutingTagOperationFailedException extends OperationFailedException implements IssueProvider

An AutoRoutingTagOperationFailedException is thrown by an AutoRoutingTagOperation if the operation execution has failed.

Since:
12.1
See Also:
  • Field Details

    • issue

      protected final transient Issue issue
  • Constructor Details

    • AutoRoutingTagOperationFailedException

      public AutoRoutingTagOperationFailedException(String message, Issue issue)
      Parameters:
      message - the error message
      issue - the issue of the failed routing tag operation
      Since:
      12.1
    • AutoRoutingTagOperationFailedException

      public AutoRoutingTagOperationFailedException(String message, Throwable cause, Issue issue)
      Parameters:
      message - the error message
      cause - the cause of the exception
      issue - the issue of the failed routing tag operation
      Since:
      12.1
  • Method Details