Class TicketResubmitOperationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.novomind.ecom.api.iagent.exception.OperationFailedException
-
- com.novomind.ecom.api.imail.routing.operation.resubmit.TicketResubmitOperationFailedException
-
- All Implemented Interfaces:
TicketProvider
,java.io.Serializable
public class TicketResubmitOperationFailedException extends OperationFailedException implements TicketProvider
An
TicketResubmitOperationFailedException
is thrown by aTicketResubmitOperation
if the operation execution has failed.- Since:
- 11.22
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TicketResubmitOperationFailedException(java.lang.String message, Ticket ticket, User agent)
TicketResubmitOperationFailedException(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
-
TicketResubmitOperationFailedException
public TicketResubmitOperationFailedException(java.lang.String message, Ticket ticket, User agent)
- Parameters:
message
- the error messageticket
- the ticket of the failed resubmit operationagent
- the target user of the failed resubmit operation- Since:
- 11.22
-
TicketResubmitOperationFailedException
public TicketResubmitOperationFailedException(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 resubmit operationagent
- the target user of the failed resubmit 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 agent that has been assigned by the resubmit operation
- Since:
- 11.22
-
-