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
,java.io.Serializable
public class SupervisorRoutingTagOperationFailedException extends OperationFailedException implements IssueProvider, UserProvider
A
SupervisorRoutingTagOperationFailedException
is thrown by aSupervisorRoutingTagOperation
if the operation execution has failed.- Since:
- 12.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SupervisorRoutingTagOperationFailedException(java.lang.String message, Issue issue, User user)
SupervisorRoutingTagOperationFailedException(java.lang.String message, java.lang.Throwable cause, Issue issue, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Issue
getIssue()
Returns the issueUser
getUser()
Returns the user
-
-
-
Constructor Detail
-
SupervisorRoutingTagOperationFailedException
public SupervisorRoutingTagOperationFailedException(java.lang.String message, Issue issue, User user)
- 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(java.lang.String message, java.lang.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 Detail
-
getIssue
public Issue getIssue()
Description copied from interface:IssueProvider
Returns the issue- Specified by:
getIssue
in interfaceIssueProvider
- Returns:
- the issue
- Since:
- 12.1
-
getUser
public User getUser()
Description copied from interface:UserProvider
Returns the user- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the supervisor user
- Since:
- 12.1
-
-