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:
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
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RequestHandlerOsmApiException
public RequestHandlerOsmApiException(OsmApiException cause)
Constructs a newRequestHandlerOsmApiException
.- Parameters:
cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method).
-
-