Package com.genesyslab.omsdk.qil.exception

Exposes exceptions thrown by QIL API methods.

See:
          Description

Exception Summary
QILBaseException Base class for all QIL exceptions.
QILConfigurationInvalidException Thrown when misconfiguration found.
QILConnectionFailedException Exception thrown when connection fails at initial stage.
QILInitializationException Exception thrown when an error occurs during the QIL engine's initialization.
QILLoginFailedException Exception thrown when the agent login fails.
QILMaxNumberOfSnapshotsException Exception thrown when the Interaction Server reached the maximum number of simultaneous snapshots.
QILNoInteractionFromIxnServer Exception thrown by QILQueue#getInteractionsByQuery() and QILQueryAsyncResult#getInteractionList() when the Interaction Server returns no interaction.
QILNoInteractionsPulled Exception thrown when the interaction was not pulled.
QILNotConnectedException Exception thrown when the library cannot perform a request because it is not connected.
QILObjectNotFoundException Exception thrown when the requested object cannot be found.
QILOperationalModeRestrictionException Exception thrown when the called method is not accessible in the current operational mode.
QILOperationNotAvailableException Exception thrown when the requested operation is not available due to the current run mode.
QILQueueNotActiveException Deprecated. as pf 7.2.007.00
QILQueueNotMonitoredException Exception thrown when an action associated with monitored queues is requested on a non-monitored QILQueue.
QILRequestFailedException Exception thrown when a request failed.
QILRuntimeException Base class for all QIL runtime exceptions.
QILTimeoutException Exception thrown when a request to the Configuration Layer times out.
QILUninitializedException Exception thrown when attempting a request on an uninitialized QILFactory.
QILUnsuccessfulModeChangeException Exception thrown when the mode change failed
 

Package com.genesyslab.omsdk.qil.exception Description

Exposes exceptions thrown by QIL API methods.