Class AutoTicketInternalForwardOperationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.novomind.ecom.api.iagent.exception.OperationFailedException
-
- com.novomind.ecom.api.imail.routing.operation.internalforward.AutoTicketInternalForwardOperationFailedException
-
- All Implemented Interfaces:
TicketProvider
,java.io.Serializable
public class AutoTicketInternalForwardOperationFailedException extends OperationFailedException implements TicketProvider
An
AutoTicketInternalForwardOperationFailedException
is thrown by anAutoTicketInternalForwardOperation
if the operation execution has failed.- Since:
- 11.22
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutoTicketInternalForwardOperationFailedException(java.lang.String message, Ticket ticket, User agent)
AutoTicketInternalForwardOperationFailedException(java.lang.String message, java.lang.Throwable cause, Ticket ticket, User agent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User
getAgent()
Ticket
getTicket()
Returns the ticket
-
-
-
Constructor Detail
-
AutoTicketInternalForwardOperationFailedException
public AutoTicketInternalForwardOperationFailedException(java.lang.String message, Ticket ticket, User agent)
- Parameters:
message
- the error messageticket
- the ticket of the failed internal forward operationagent
- the target user of the failed internal forward operation- Since:
- 11.22
-
AutoTicketInternalForwardOperationFailedException
public AutoTicketInternalForwardOperationFailedException(java.lang.String message, java.lang.Throwable cause, Ticket ticket, User agent)
- Parameters:
message
- the error messagecause
- the cause of the exceptionticket
- the ticket of the failed internal forward operationagent
- the target user of the failed internal forward operation- Since:
- 11.22
-
-
Method Detail
-
getTicket
public Ticket getTicket()
Description copied from interface:TicketProvider
Returns the ticket- Specified by:
getTicket
in interfaceTicketProvider
- Returns:
- the ticket
- Since:
- 11.22
-
getAgent
public User getAgent()
- Returns:
- the target user
- Since:
- 11.22
-
-