java.lang.Object
java.lang.Throwable
java.lang.Exception
com.maxmind.geoip2.exception.GeoIp2Exception
com.maxmind.geoip2.exception.OutOfQueriesException
- All Implemented Interfaces:
Serializable
This exception is thrown when your account does not have any queries
remaining for the called service.
- See Also:
-
Constructor Summary
ConstructorDescriptionOutOfQueriesException
(String message) OutOfQueriesException
(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutOfQueriesException
- Parameters:
message
- A message explaining the cause of the error.
-
OutOfQueriesException
- Parameters:
message
- A message explaining the cause of the error.e
- The cause of the exception.
-