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) Constructs a newOperationFailedExceptionwith the specified detail message.OperationFailedException(String message, Throwable cause) Constructs a newOperationFailedExceptionwith the specified detail message and cause.Constructs a newOperationFailedExceptionwith the specified 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
Constructs a newOperationFailedExceptionwith the specified detail message.- Parameters:
message- the detail message- Since:
- 10.0.116
-
OperationFailedException
Constructs a newOperationFailedExceptionwith the specified cause.- Parameters:
cause- the cause- Since:
- 10.0.116
-
OperationFailedException
Constructs a newOperationFailedExceptionwith the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause- Since:
- 10.0.116
-