Class AutoCallRecategorizationOperationFailedException
- 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.AutoCallRecategorizationOperationFailedException
-
- All Implemented Interfaces:
CallProvider
,java.io.Serializable
public class AutoCallRecategorizationOperationFailedException extends IssueRecategorizationOperationFailedException implements CallProvider
An
AutoCallRecategorizationOperationFailedException
is thrown by anAutoCallRecategorizationOperation
if the operation execution has failed.- Since:
- 12.31
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Call
call
-
Fields inherited from class com.novomind.ecom.api.imail.routing.operation.recategorization.IssueRecategorizationOperationFailedException
destinationCategory, sourceCategory
-
-
Constructor Summary
Constructors Constructor Description AutoCallRecategorizationOperationFailedException(java.lang.String message, Call call, Category sourceCategory, Category destinationCategory)
AutoCallRecategorizationOperationFailedException(java.lang.String message, java.lang.Throwable cause, Call call, Category sourceCategory, Category destinationCategory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Call
getCall()
Returns the call-
Methods inherited from class com.novomind.ecom.api.imail.routing.operation.recategorization.IssueRecategorizationOperationFailedException
getDestinationCategory, getSourceCategory
-
-
-
-
Field Detail
-
call
protected final transient Call call
-
-
Constructor Detail
-
AutoCallRecategorizationOperationFailedException
public AutoCallRecategorizationOperationFailedException(java.lang.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:
- 12.31
-
AutoCallRecategorizationOperationFailedException
public AutoCallRecategorizationOperationFailedException(java.lang.String message, java.lang.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:
- 12.31
-
-
Method Detail
-
getCall
public Call getCall()
Description copied from interface:CallProvider
Returns the call- Specified by:
getCall
in interfaceCallProvider
- Returns:
- the call
- Since:
- 12.31
-
-