Class GeoEntryQueryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.spatial.geocoding.GeoEntryQueryException
All Implemented Interfaces:
Serializable

public class GeoEntryQueryException extends Exception
Thrown by a GeoEntryQueryable when an error occurs while querying a GeoNames resource.
See Also:
  • Constructor Details

    • GeoEntryQueryException

      public GeoEntryQueryException(String message)
      Instantiates a new exception with the provided message.
      Parameters:
      message - the message
    • GeoEntryQueryException

      public GeoEntryQueryException(String message, Throwable throwable)
      Instantiates a new exception with the provided message and Throwable.
      Parameters:
      message - the message
      throwable - the throwable