Class SupervisorTicketRequeueOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.imail.routing.operation.requeue.SupervisorTicketRequeueOperationFailedException
- All Implemented Interfaces:
UserProvider,TicketProvider,Serializable
public class SupervisorTicketRequeueOperationFailedException
extends OperationFailedException
implements TicketProvider, UserProvider
A SupervisorTicketRequeueOperationFailedException is thrown by a
SupervisorTicketRequeueOperation if the operation execution has failed.
- Since:
- 12.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ticket
-
user
-
agent
-
-
Constructor Details
-
SupervisorTicketRequeueOperationFailedException
public SupervisorTicketRequeueOperationFailedException(String message, Ticket ticket, User user, User agent) - Parameters:
message- the error messageticket- the ticket of the failed re-queue operationuser- the supervisor user that failed to execute the re-queue operationagent- the assigned for the ticket of the failed re-queue operation- Since:
- 12.0
-
SupervisorTicketRequeueOperationFailedException
public SupervisorTicketRequeueOperationFailedException(String message, Throwable cause, Ticket ticket, User user, User agent) - Parameters:
message- the error messagecause- the cause of the exceptionticket- the ticket of the failed re-queue operationuser- the supervisor user that failed to execute the re-queue operationagent- the assigned agent for the ticket of the failed re-queue operation- Since:
- 12.0
-
-
Method Details
-
getTicket
Description copied from interface:TicketProviderReturns the ticket- Specified by:
getTicketin interfaceTicketProvider- Returns:
- the ticket
- Since:
- 12.0
-
getUser
Description copied from interface:UserProviderReturns the user- Specified by:
getUserin interfaceUserProvider- Returns:
- the supervisor user
- Since:
- 12.0
-
getAgent
- Returns:
- the agent of the failed re-queue operation
- Since:
- 12.0
-