com.autonomy.aci.exceptions
Class DiSHException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
              extended bycom.autonomy.aci.exceptions.DiSHException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChildNotFoundException, InvalidLicenseFileException

public class DiSHException
extends AciException

Base exception for all exceptions thrown by the DiSHService class of the ACI Service API.

See Also:
DiSHService, Serialized Form

Constructor Summary
DiSHException()
           
DiSHException(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

DiSHException

public DiSHException()

DiSHException

public DiSHException(java.lang.String sMessage)