Package com.genesyslab.omsdk.mil.exception

Exposes exceptions thrown by MIL API methods.

See:
          Description

Exception Summary
MILBaseException Base class for all MIL exceptions.
MILConfigurationInvalidException Exception thrown when initialization fails due to invalid configuration data.
MILConnectionFailedException Exception thrown when connection fails at initial stage.
MILESPException Exception thrown when an ESP request fails.
MILESPExtensionException Exception thrown when an extension's initialization fails.
MILIllegalMediaException Exception thrown when submitting an interaction with a Genesys media type, that is, email or chat.
MILInitializationException Exception thrown when initialization fails.
MILInteractionServerException Exception thrown when a request to Interaction Server fails.
MILLCAException Exception thrown when a request to LCA fails.
MILNotConnectedException Exception thrown when the library cannot perform a request because it is not connected.
MILRequestFailedException Exception thrown when a request fails.
MILRuntimeException Base class for all MIL runtime exceptions.
MILServiceUninitializedException Exception thrown when a service initialization fails.
MILTimeoutException Exception thrown when a request to the Configuration Layer times out.
MILUCSException Exception thrown when a request to UCS fails.
MILUninitializedException Exception thrown when attempting a request on an uninitialized MILFactory.
MILUnsupportedOperationException Exception thrown when attempting an unsupported operation.
MILUnsupportedTypeException Exception thrown when MIL unsupports some user data provided in a Map or in a non typed-safe object.
 

Package com.genesyslab.omsdk.mil.exception Description

Exposes exceptions thrown by MIL API methods.