com.esri.adf.web.wms
Class ADFWMSException

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

public class ADFWMSException
extends ADFException

See Also:
Serialized Form

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

ADFWMSException

public ADFWMSException()

ADFWMSException

public ADFWMSException(java.lang.String message)

ADFWMSException

public ADFWMSException(java.lang.Throwable cause)

ADFWMSException

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