Class AutoTicketRequeueOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.imail.routing.operation.requeue.AutoTicketRequeueOperationFailedException
- All Implemented Interfaces:
TicketProvider
,Serializable
public class AutoTicketRequeueOperationFailedException
extends OperationFailedException
implements TicketProvider
An AutoTicketRequeueOperationFailedException
is thrown by an
AutoTicketRequeueOperation
if the operation execution has failed.
- Since:
- 12.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoTicketRequeueOperationFailedException
(String message, Ticket ticket, User agent) AutoTicketRequeueOperationFailedException
(String message, Throwable cause, Ticket ticket, User agent) -
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
-
-
Constructor Details
-
AutoTicketRequeueOperationFailedException
- Parameters:
message
- the error messageticket
- the ticket of the failed re-queue operationagent
- the agent of the failed re-queue operation- Since:
- 12.0
-
AutoTicketRequeueOperationFailedException
public AutoTicketRequeueOperationFailedException(String message, Throwable cause, Ticket ticket, User agent) - Parameters:
message
- the error messagecause
- the cause of the exceptionticket
- the ticket of the failed re-queue operationagent
- the agent of the failed re-queue operation- Since:
- 12.0
-
-
Method Details
-
getTicket
Description copied from interface:TicketProvider
Returns the ticket- Specified by:
getTicket
in interfaceTicketProvider
- Returns:
- the ticket
- Since:
- 12.0
-
getAgent
- Returns:
- the agent of the failed re-queue operation
- Since:
- 12.0
-