com.esri.adf.web.ags.data.gp
Class ADFGPException

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
                      extended by com.esri.adf.web.ags.data.gp.ADFGPException
All Implemented Interfaces:
Serializable

public class ADFGPException
extends ADFAGSException

See Also:
Serialized Form

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

ADFGPException

public ADFGPException()

ADFGPException

public ADFGPException(String message)

ADFGPException

public ADFGPException(Throwable cause)

ADFGPException

public ADFGPException(String message,
                      Throwable cause)