- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- OsmAuthorizationException, OsmBadUserInputException, OsmConflictException, OsmNotFoundException
public class OsmApiException
extends java.lang.RuntimeException
Thrown when the OSM Api returns a HTTP error. As opposed to the OsmConnectionException, the type
of the thrown error is in direct relation to the user's request, i.e. the request itself was
invalid, the user was not authenticated or the user was working with old/invalid data.
Any HTTP error codes starting with 4xx will be OsmApiExceptions.
See subclasses.
- See Also:
- Serialized Form