Class OperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AgentTicketCloseOperationFailedException,AutoRoutingTagOperationFailedException,AutoTicketInternalForwardOperationFailedException,AutoTicketRequeueOperationFailedException,ChatOperationFailedException,CreateTicketOperationFailedException,IssueRecategorizationOperationFailedException,SupervisorRoutingTagOperationFailedException,SupervisorTicketCloseOperationFailedException,SupervisorTicketInternalForwardOperationFailedException,SupervisorTicketRequeueOperationFailedException,TicketResubmitOperationFailedException
Generic exception to be used for all kinds of errors
during API operations
- Since:
- 10.0.116
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationFailedException(String message) OperationFailedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationFailedException
-
OperationFailedException
-
OperationFailedException
-