com.autonomy.aci.exceptions
Class AciException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadParameterException, DiSHException, ForbiddenActionException, IDOLException, MissingParameterException, NotLicensedException, ServerNotAvailableException

public class AciException
extends java.lang.Exception

Indicates a problem when communicating with an ACI server. All exceptions thrown by ACI services extend AciException.

See Also:
Serialized Form

Constructor Summary
AciException()
           
AciException(java.lang.String sString)
           
 
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

AciException

public AciException()

AciException

public AciException(java.lang.String sString)