com.autonomy.aci.exceptions
Class IDOLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
              extended bycom.autonomy.aci.exceptions.IDOLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AgentExistsException, AgentNotFoundException, DataStoreNotFoundException, InvalidCategoryException, InvalidImportFileException, MaximumAgentsException, PrivilegeExistsException, PrivilegeNotFoundException, ProfileNotFoundException, RoleExistsException, RoleNotFoundException, UserExistsException, UserNotFoundException

public class IDOLException
extends AciException

Base exception for all exceptions thrown by the IDOL functionality interfaces defined in the ACI Service API.

See Also:
com.autonomy.aci.services, Serialized Form

Constructor Summary
IDOLException()
           
IDOLException(java.lang.String sMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDOLException

public IDOLException()

IDOLException

public IDOLException(java.lang.String sMessage)