org.openstreetmap.josm.io.remotecontrol.handler
Class RequestHandler.RequestHandlerErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerException
              extended by org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerErrorException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RequestHandler

public static class RequestHandler.RequestHandlerErrorException
extends RequestHandler.RequestHandlerException

See Also:
Serialized Form

Constructor Summary
RequestHandler.RequestHandlerErrorException()
           
 
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

RequestHandler.RequestHandlerErrorException

public RequestHandler.RequestHandlerErrorException()


JOSM