com.esri.adf.web.ags
Class ADFAGSException

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
                  extended by com.esri.adf.web.ags.ADFAGSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ADFGPException

public class ADFAGSException
extends ADFException

See Also:
Serialized Form

Constructor Summary
ADFAGSException()
           
ADFAGSException(String message)
           
ADFAGSException(String message, Throwable cause)
           
ADFAGSException(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

ADFAGSException

public ADFAGSException()

ADFAGSException

public ADFAGSException(String message)

ADFAGSException

public ADFAGSException(Throwable cause)

ADFAGSException

public ADFAGSException(String message,
                       Throwable cause)