com.esri.adf.web.ve
Class ADFVEException

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.ve.ADFVEException
All Implemented Interfaces:
Serializable

public class ADFVEException
extends ADFException

Exception class to report issues related to Bing™ Maps (formerly known as Virtual Earth) Web service operations.

See Also:
Serialized Form

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

ADFVEException

public ADFVEException()

ADFVEException

public ADFVEException(String message)
Parameters:
message -

ADFVEException

public ADFVEException(Throwable cause)
Parameters:
cause -

ADFVEException

public ADFVEException(String message,
                      Throwable cause)
Parameters:
message -
cause -