Class OutOfQueriesException

All Implemented Interfaces:
Serializable

public final class OutOfQueriesException extends GeoIp2Exception
This exception is thrown when your account does not have any queries remaining for the called service.
See Also:
  • Constructor Details

    • OutOfQueriesException

      public OutOfQueriesException(String message)
      Parameters:
      message - A message explaining the cause of the error.
    • OutOfQueriesException

      public OutOfQueriesException(String message, Throwable e)
      Parameters:
      message - A message explaining the cause of the error.
      e - The cause of the exception.