Class AgentTicketCloseOperationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.novomind.ecom.api.iagent.exception.OperationFailedException
-
- com.novomind.ecom.api.imail.routing.operation.close.AgentTicketCloseOperationFailedException
-
- All Implemented Interfaces:
UserProvider
,TicketProvider
,java.io.Serializable
public class AgentTicketCloseOperationFailedException extends OperationFailedException implements TicketProvider, UserProvider
An
AgentTicketCloseOperationFailedException
is thrown by anAgentTicketCloseOperation
if the operation execution has failed.- Since:
- 11.28
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AgentTicketCloseOperationFailedException(java.lang.String message, Ticket ticket, User user)
AgentTicketCloseOperationFailedException(java.lang.String message, java.lang.Throwable cause, Ticket ticket, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ticket
getTicket()
Returns the ticketUser
getUser()
Returns the user
-
-
-
Constructor Detail
-
AgentTicketCloseOperationFailedException
public AgentTicketCloseOperationFailedException(java.lang.String message, Ticket ticket, User user)
- Parameters:
message
- the error messageticket
- the ticket of the failed close operationuser
- the origin user of the failed close operation- Since:
- 11.28
-
AgentTicketCloseOperationFailedException
public AgentTicketCloseOperationFailedException(java.lang.String message, java.lang.Throwable cause, Ticket ticket, User user)
- Parameters:
message
- the error messagecause
- the cause of the exceptionticket
- the ticket of the failed close operationuser
- the origin user of the failed close operation- Since:
- 11.28
-
-
Method Detail
-
getTicket
public Ticket getTicket()
Description copied from interface:TicketProvider
Returns the ticket- Specified by:
getTicket
in interfaceTicketProvider
- Returns:
- the ticket
- Since:
- 11.28
-
getUser
public User getUser()
Description copied from interface:UserProvider
Returns the user- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the origin user
- Since:
- 11.28
-
-