com.esri.adf.web.aims
Class ADFAIMSException

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.aims.ADFAIMSException
All Implemented Interfaces:
Serializable

public class ADFAIMSException
extends ADFException

See Also:
Serialized Form

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

ADFAIMSException

public ADFAIMSException()

ADFAIMSException

public ADFAIMSException(String message)

ADFAIMSException

public ADFAIMSException(Throwable cause)

ADFAIMSException

public ADFAIMSException(String message,
                        Throwable cause)