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

public class OperationFailedException extends Exception
Generic exception to be used for all kinds of errors during API operations
Since:
10.0.116
See Also:
  • Constructor Details

    • OperationFailedException

      public OperationFailedException(String message)
    • OperationFailedException

      public OperationFailedException(Throwable cause)
    • OperationFailedException

      public OperationFailedException(String message, Throwable cause)