com.esri.aims.mtier.io.http
Class UnableToPingEsrimapException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.esri.aims.mtier.io.http.UnableToPingEsrimapException
All Implemented Interfaces:
Serializable

public class UnableToPingEsrimapException
extends IOException

this exception is thrown when trying to construct a BaseEsrimap and the code is unable to ping the ESRIMAP

See Also:
Serialized Form

Constructor Summary
UnableToPingEsrimapException()
           
 
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

UnableToPingEsrimapException

public UnableToPingEsrimapException()