Class SupervisorRoutingTagOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.imail.routing.operation.routingtags.SupervisorRoutingTagOperationFailedException
- All Implemented Interfaces:
IssueProvider
,UserProvider
,Serializable
public class SupervisorRoutingTagOperationFailedException
extends OperationFailedException
implements IssueProvider, UserProvider
A SupervisorRoutingTagOperationFailedException
is thrown by a
SupervisorRoutingTagOperation
if the operation execution has failed.
- Since:
- 12.1
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSupervisorRoutingTagOperationFailedException
(String message, Issue issue, User user) SupervisorRoutingTagOperationFailedException
(String message, Throwable cause, Issue issue, User user) -
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
-
user
-
-
Constructor Details
-
SupervisorRoutingTagOperationFailedException
- Parameters:
message
- the error messageissue
- the issue of the failed routing tag operationuser
- the supervisor user that failed to execute the routing tag operation- Since:
- 12.1
-
SupervisorRoutingTagOperationFailedException
public SupervisorRoutingTagOperationFailedException(String message, Throwable cause, Issue issue, User user) - Parameters:
message
- the error messagecause
- the cause of the exceptionissue
- the issue of the failed routing tag operationuser
- the supervisor user that failed to execute the 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
-
getUser
Description copied from interface:UserProvider
Returns the user- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the supervisor user
- Since:
- 12.1
-