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
,Serializable
public class AgentTicketCloseOperationFailedException
extends OperationFailedException
implements TicketProvider, UserProvider
An AgentTicketCloseOperationFailedException
is thrown by an
AgentTicketCloseOperation
if the operation execution has failed.
- Since:
- 11.28
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAgentTicketCloseOperationFailedException
(String message, Ticket ticket, User user) AgentTicketCloseOperationFailedException
(String message, Throwable cause, Ticket ticket, 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
-
ticket
-
user
-
-
Constructor Details
-
AgentTicketCloseOperationFailedException
- 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(String message, 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 Details
-
getTicket
Description copied from interface:TicketProvider
Returns the ticket- Specified by:
getTicket
in interfaceTicketProvider
- Returns:
- the ticket
- Since:
- 11.28
-
getUser
Description copied from interface:UserProvider
Returns the user- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the origin user
- Since:
- 11.28
-