Class SupervisorTicketRecategorizationOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.imail.routing.operation.recategorization.IssueRecategorizationOperationFailedException
com.novomind.ecom.api.imail.routing.operation.recategorization.SupervisorTicketRecategorizationOperationFailedException
- All Implemented Interfaces:
UserProvider,TicketProvider,Serializable
public class SupervisorTicketRecategorizationOperationFailedException
extends IssueRecategorizationOperationFailedException
implements TicketProvider, UserProvider
An SupervisorTicketRecategorizationOperationFailedException is thrown by a
SupervisorTicketRecategorizationOperation if the operation execution has failed.
- Since:
- 10.0.202
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Ticketthe ticket of the failed recategorization operationprotected final Userthe user of the failed recategorization operationFields inherited from class com.novomind.ecom.api.imail.routing.operation.recategorization.IssueRecategorizationOperationFailedException
destinationCategory, sourceCategory -
Constructor Summary
ConstructorsConstructorDescriptionSupervisorTicketRecategorizationOperationFailedException(String message, Ticket ticket, User user, Category sourceCategory, Category destinationCategory) Constructs a newSupervisorTicketRecategorizationOperationFailedExceptionwith the specified detail message, ticket, supervisor user, source category and destination category.SupervisorTicketRecategorizationOperationFailedException(String message, Throwable cause, Ticket ticket, User user, Category sourceCategory, Category destinationCategory) Constructs a newSupervisorTicketRecategorizationOperationFailedExceptionwith the specified detail message, cause, ticket, supervisor user, source category and destination category. -
Method Summary
Methods inherited from class com.novomind.ecom.api.imail.routing.operation.recategorization.IssueRecategorizationOperationFailedException
getDestinationCategory, getSourceCategoryMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
user
the user of the failed recategorization operation -
ticket
the ticket of the failed recategorization operation
-
-
Constructor Details
-
SupervisorTicketRecategorizationOperationFailedException
public SupervisorTicketRecategorizationOperationFailedException(String message, Ticket ticket, User user, Category sourceCategory, Category destinationCategory) Constructs a newSupervisorTicketRecategorizationOperationFailedExceptionwith the specified detail message, ticket, supervisor user, source category and destination category.- Parameters:
message- the error messageticket- the ticket of the failed recategorization operationuser- the user of the failed recategorization operationsourceCategory- the source category of the failed recategorization operationdestinationCategory- the destination category of the failed recategorization operation- Since:
- 10.0.202
-
SupervisorTicketRecategorizationOperationFailedException
public SupervisorTicketRecategorizationOperationFailedException(String message, Throwable cause, Ticket ticket, User user, Category sourceCategory, Category destinationCategory) Constructs a newSupervisorTicketRecategorizationOperationFailedExceptionwith the specified detail message, cause, ticket, supervisor user, source category and destination category.- Parameters:
message- the error messagecause- the cause of the exceptionticket- the ticket of the failed recategorization operationuser- the user of the failed recategorization operationsourceCategory- the source category of the failed recategorization operationdestinationCategory- the destination category of the failed recategorization operation- Since:
- 10.0.202
-
-
Method Details
-
getTicket
Returns the ticket.- Specified by:
getTicketin interfaceTicketProvider- Returns:
- the ticket
- Since:
- 10.0.202
-
getUser
Returns the user.- Specified by:
getUserin interfaceUserProvider- Returns:
- the user
- Since:
- 10.0.202
-