Package de.westnordost.osmapi.overpass
Class OsmTooManyRequestsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.westnordost.osmapi.common.errors.OsmApiException
-
- de.westnordost.osmapi.overpass.OsmTooManyRequestsException
-
- All Implemented Interfaces:
java.io.Serializable
public class OsmTooManyRequestsException extends de.westnordost.osmapi.common.errors.OsmApiExceptionThrown when the Overpass quota has been exceeded- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OsmTooManyRequestsException(int errorCode, java.lang.String errorTitle, java.lang.String description)OsmTooManyRequestsException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class de.westnordost.osmapi.common.errors.OsmApiException
getDescription, getErrorCode, getErrorTitle, toString
-
-