com.esri.adf.web.aims
Class ADFAIMSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.esri.adf.web.ADFException
                  extended bycom.esri.adf.web.aims.ADFAIMSException
All Implemented Interfaces:
java.io.Serializable

public class ADFAIMSException
extends ADFException

See Also:
Serialized Form

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

ADFAIMSException

public ADFAIMSException()

ADFAIMSException

public ADFAIMSException(java.lang.String message)

ADFAIMSException

public ADFAIMSException(java.lang.Throwable cause)

ADFAIMSException

public ADFAIMSException(java.lang.String message,
                        java.lang.Throwable cause)