com.esri.adf.web.aws
Class ADFAWSException

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.aws.ADFAWSException
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class is deprecated as of ArcGIS Java Server 9.3.1, no replacement

@Deprecated
public class ADFAWSException
extends ADFException

An instance of ADFAWSException is thrown if something goes wrong while working with ArcWeb Services Resource.

See Also:
Serialized Form

Constructor Summary
ADFAWSException()
          Deprecated.  
ADFAWSException(java.lang.String message)
          Deprecated.  
ADFAWSException(java.lang.String message, java.lang.Throwable cause)
          Deprecated.  
ADFAWSException(java.lang.Throwable cause)
          Deprecated.  
 
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

ADFAWSException

public ADFAWSException()
Deprecated. 

ADFAWSException

public ADFAWSException(java.lang.String message)
Deprecated. 

ADFAWSException

public ADFAWSException(java.lang.Throwable cause)
Deprecated. 

ADFAWSException

public ADFAWSException(java.lang.String message,
                       java.lang.Throwable cause)
Deprecated.