Class CallRecategorizationOperationFailedException
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.CallRecategorizationOperationFailedException
- All Implemented Interfaces:
CallProvider
,Serializable
- Direct Known Subclasses:
AutoCallRecategorizationOperationFailedException
,SupervisorCallRecategorizationOperationFailedException
public abstract class CallRecategorizationOperationFailedException
extends IssueRecategorizationOperationFailedException
implements CallProvider
A CallRecategorizationOperationFailedException
is thrown by a
CallRecategorizationOperation
if the operation execution
has failed or cannot be executed.
- Since:
- 13.5
- See Also:
-
Field Summary
FieldsFields inherited from class com.novomind.ecom.api.imail.routing.operation.recategorization.IssueRecategorizationOperationFailedException
destinationCategory, sourceCategory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.novomind.ecom.api.imail.routing.operation.recategorization.IssueRecategorizationOperationFailedException
getDestinationCategory, getSourceCategory
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
call
-
-
Constructor Details
-
CallRecategorizationOperationFailedException
public CallRecategorizationOperationFailedException(String message, Call call, Category sourceCategory, Category destinationCategory) - Parameters:
message
- the error messagecall
- the call of the failed recategorization operationsourceCategory
- the source category of the failed recategorization operationdestinationCategory
- the destination category of the failed recategorization operation- Since:
- 13.5
-
CallRecategorizationOperationFailedException
public CallRecategorizationOperationFailedException(String message, Throwable cause, Call call, Category sourceCategory, Category destinationCategory) - Parameters:
message
- the error messagecause
- the cause of the exceptioncall
- the call of the failed recategorization operationsourceCategory
- the source category of the failed recategorization operationdestinationCategory
- the destination category of the failed recategorization operation- Since:
- 13.5
-
-
Method Details
-
getCall
Description copied from interface:CallProvider
Returns the call- Specified by:
getCall
in interfaceCallProvider
- Returns:
- the call
- Since:
- 13.5
-