Class GeoNamesRemoteDownloadException

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

public class GeoNamesRemoteDownloadException extends Exception
Thrown by GeoEntryExtractor when an error occurs during downloading of a GeoNames zip file.
See Also:
  • Constructor Details

    • GeoNamesRemoteDownloadException

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

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