Class SupervisorTicketCloseOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.imail.routing.operation.close.SupervisorTicketCloseOperationFailedException
- All Implemented Interfaces:
UserProvider
,TicketProvider
,Serializable
public class SupervisorTicketCloseOperationFailedException
extends OperationFailedException
implements TicketProvider, UserProvider
A SupervisorTicketCloseOperationFailedException
is thrown by a
SupervisorTicketCloseOperation
if the operation execution has failed.
- Since:
- 11.28
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSupervisorTicketCloseOperationFailedException
(String message, Ticket ticket, User user) SupervisorTicketCloseOperationFailedException
(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
-
SupervisorTicketCloseOperationFailedException
- Parameters:
message
- the error messageticket
- the ticket of the failed close operationuser
- the origin user of the failed close operation- Since:
- 11.28
-
SupervisorTicketCloseOperationFailedException
public SupervisorTicketCloseOperationFailedException(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
-