Class RequestHandler.RequestHandlerOsmApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerException
-
- org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerErrorException
-
- org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerOsmApiException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RequestHandler
public static class RequestHandler.RequestHandlerOsmApiException extends RequestHandler.RequestHandlerErrorException
Error raised for OSM API errors.- Since:
- 17330
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestHandlerOsmApiException(OsmApiException cause)
Constructs a newRequestHandlerOsmApiException
.
-
-
-
Constructor Detail
-
RequestHandlerOsmApiException
public RequestHandlerOsmApiException(OsmApiException cause)
Constructs a newRequestHandlerOsmApiException
.- Parameters:
cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method).
-
-