Package com.autonomy.aci.exceptions

Groups together all the exceptions that can be throw when using either the low-level ACI client API (com.autonomy.aci) or the object-based ACI Service API (com.autonomy.aci.services).

See:
          Description

Exception Summary
AciException Indicates a problem when communicating with an ACI server.
AgentExistsException Indicates that IDOL refused to create an agent as the user already has an agent with the same name.
AgentNotFoundException Indicates that IDOL refused to process an action because the specified agent does not have an entry on IDOL.
BadParameterException Indicates that the server could not perform the action as a parameter for the action was incorrect or missing in the request.
ChildNotFoundException Indicates that DiSH could not perform an action on a child service as that child is not configured in DiSH.
DataStoreNotFoundException Indicates that the server could not process the request as the data IDOL was not available.
DiSHException Base exception for all exceptions thrown by the DiSHService class of the ACI Service API.
ForbiddenActionException Indicates that the server refused to perform the action as the action is forbidden for that client.
IDOLException Base exception for all exceptions thrown by the IDOL functionality interfaces defined in the ACI Service API.
InvalidCategoryException Indicates that IDOL refused to process an action because the specified category does not have an entry on IDOL.
InvalidImportFileException Indicates that IDOL refused to import a FileName definition because the import file was not valid.
InvalidLicenseFileException Indicates that the DiSH Server could not find a valid license key file.
MaximumAgentsException Indicates that IDOL refused to process an AgentAdd or AgentCopy action because the specified user already has the maximum number of agents allowed by the IDOL configuration.
MissingParameterException Indicates that the server could not perform the action as a necessary parameter for the action was missing from the request.
NotLicensedException Indicates that the server refused to perform the action as the action is not licensed on that server.
PrivilegeExistsException Indicates that IDOL refused to create a Privilege as the Privilege already exists.
PrivilegeNotFoundException Indicates that IDOL refused to process an action because the specified privilege does not have an entry on IDOL.
ProfileNotFoundException Indicates that IDOL refused to process an action because the specified profile does not have an entry on IDOL.
RoleExistsException Indicates that IDOL refused to create a role as the role already exists.
RoleNotFoundException Indicates that IDOL refused to process an action because the specified role does not have an entry on IDOL.
ServerNotAvailableException Indicates that the child service could not be communicated with.
UserExistsException Indicates that IDOL refused to create a user as the username is already being used.
UserNotFoundException Indicates that IDOL refused to process an action because the specified user does not have an entry on IDOL.
 

Package com.autonomy.aci.exceptions Description

Groups together all the exceptions that can be throw when using either the low-level ACI client API (com.autonomy.aci) or the object-based ACI Service API (com.autonomy.aci.services).

Package Specification

This package requires the Java Platform v1.3 or later.

Related Documentation

See Also:
com.autonomy.aci package, com.autonomy.aci.services package