Package com.genesyslab.ail.exception

Provides classes for the exceptions of the AIL.

See:
          Description

Class Summary
IsErrorException.Type Constants for interaction statuses, common for all media.
NoAvailableDnException.Reason Constants for the reasons why no Dn is available.
OutboundServiceException.Type Outbound error types.
TelephonyErrorException.Type Constants for the types of telephony error.
 

Exception Summary
ChatServerException Exception thrown when a connection to the chat server fails
ConfigErrorException Exception thrown when a request to the the Configuration Layer fails.
ConfigServiceException Exception thrown when the Configuration Layer cannot fulfil a request.
ConfigTimeoutException Exception thrown when a request to the Configuration Layer times out.
DatabaseServiceException Exception thrown when a request to the Database failed.
DeleteContactException Exception thrown when a Contact to be deleted has pending interactions.
DnRegistrationException Exception thrown when a DN could not be registered in the TServer.
InvalidParameterException Exception thrown when a parameter in a request was incorrect.
InvalidStatusException Exception thrown when the status of an object was incorrect for the request.
IsErrorException Exception thrown when a request to the telephony service fails.
IsServiceException Exception thrown when a request to the interaction server service fails.
IsTimeoutException Exception thrown when a request to the interaction server service times out.
MissingDataException Exception thrown when a request cannot be fulfilled because of a precondition.
NoAvailableDnException Exception thrown when no Dn is available for the requested action.
NoContactException Exception thrown when an action on an Interaction requires a Contact but there is no Contact currently affected to this Interaction.
NoDnException Exception thrown when an action on an Interaction requires a Dn but there is no Dn currently affected to this Interaction.
NoOtherInteractionException Exception thrown when an action on an Interaction requires another Interaction be present on the same Dn, yet there is no other Interaction.
NoPlaceException Exception thrown when an action on an Interaction requires this Interaction to be on a Place.
OutboundServiceException Exception thrown when the outbound request returned an error.
PreconditionException Exception thrown when a request cannot be fulfilled because of a precondition.
RequestFailedException Exception thrown when a request fails.
ServiceException Exception thrown when a request fails because of the underlying service.
TelephonyErrorException Exception thrown when a request to the TServer fails.
TelephonyServiceException Exception thrown when a request fails because of the telephony service.
TelephonyTimeoutException Exception thrown when a request to the telephony service times out.
 

Package com.genesyslab.ail.exception Description

Provides classes for the exceptions of the AIL. The exceptions of the AIL all inherit from RequestFailedException.