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
,java.io.Serializable
public class SupervisorTicketRequeueOperationFailedException extends OperationFailedException implements TicketProvider, UserProvider
A
SupervisorTicketRequeueOperationFailedException
is thrown by aSupervisorTicketRequeueOperation
if the operation execution has failed.- Since:
- 12.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SupervisorTicketRequeueOperationFailedException(java.lang.String message, Ticket ticket, User user, User agent)
SupervisorTicketRequeueOperationFailedException(java.lang.String message, java.lang.Throwable cause, Ticket ticket, User user, User agent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User
getAgent()
Ticket
getTicket()
Returns the ticketUser
getUser()
Returns the user
-
-
-
Constructor Detail
-
SupervisorTicketRequeueOperationFailedException
public SupervisorTicketRequeueOperationFailedException(java.lang.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(java.lang.String message, java.lang.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 Detail
-
getTicket
public Ticket getTicket()
Description copied from interface:TicketProvider
Returns the ticket- Specified by:
getTicket
in interfaceTicketProvider
- Returns:
- the ticket
- Since:
- 12.0
-
getUser
public User getUser()
Description copied from interface:UserProvider
Returns the user- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the supervisor user
- Since:
- 12.0
-
getAgent
public User getAgent()
- Returns:
- the agent of the failed re-queue operation
- Since:
- 12.0
-
-