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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoRoutingTagOperationFailedException
(String message, Issue issue) AutoRoutingTagOperationFailedException
(String message, Throwable cause, Issue issue) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
issue
-
-
Constructor Details
-
AutoRoutingTagOperationFailedException
- Parameters:
message
- the error messageissue
- the issue of the failed routing tag operation- Since:
- 12.1
-
AutoRoutingTagOperationFailedException
- Parameters:
message
- the error messagecause
- the cause of the exceptionissue
- the issue of the failed routing tag operation- Since:
- 12.1
-
-
Method Details
-
getIssue
Description copied from interface:IssueProvider
Returns the issue- Specified by:
getIssue
in interfaceIssueProvider
- Returns:
- the issue
- Since:
- 12.1
-