Class SupervisorTicketInternalForwardOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.imail.routing.operation.internalforward.SupervisorTicketInternalForwardOperationFailedException
- All Implemented Interfaces:
UserProvider
,TicketProvider
,Serializable
public class SupervisorTicketInternalForwardOperationFailedException
extends OperationFailedException
implements TicketProvider, UserProvider
An SupervisorTicketInternalForwardOperationFailedException
is thrown by a
SupervisorTicketInternalForwardOperation
if the operation execution has failed.
- Since:
- 11.22
- 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
-
agent
-
user
-
-
Constructor Details
-
SupervisorTicketInternalForwardOperationFailedException
public SupervisorTicketInternalForwardOperationFailedException(String message, Ticket ticket, User user, User agent) - Parameters:
message
- the error messageticket
- the ticket of the failed internal forward operationuser
- the origin user of the failed internal forward operationagent
- the target user of the failed internal forward operation- Since:
- 11.22
-
SupervisorTicketInternalForwardOperationFailedException
public SupervisorTicketInternalForwardOperationFailedException(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 internal forward operationuser
- the origin user of the failed internal forward operationagent
- the target user of the failed internal forward operation- Since:
- 11.22
-
-
Method Details
-
getTicket
Description copied from interface:TicketProvider
Returns the ticket- Specified by:
getTicket
in interfaceTicketProvider
- Returns:
- the ticket
- Since:
- 11.22
-
getUser
Description copied from interface:UserProvider
Returns the user- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the origin user
- Since:
- 11.22
-
getAgent
- Returns:
- the target user
- Since:
- 11.22
-