com.esri.adf.web
Class ADFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.esri.adf.web.ADFException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ADFAGSException, ADFAIMSException, ADFGeometryException, ADFGraphicsException, ADFSpatialReferenceException, ADFTaskException, ADFVEException, ADFWMSException

public class ADFException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ADFException()
           
ADFException(String message)
           
ADFException(String message, Throwable cause)
           
ADFException(Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ADFException

public ADFException()

ADFException

public ADFException(String message)

ADFException

public ADFException(Throwable cause)

ADFException

public ADFException(String message,
                    Throwable cause)