Class GeoEntryIndexingException

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

public class GeoEntryIndexingException extends Exception
Thrown by a GeoEntryIndexer when an error occurs during the indexing of GeoEntry objects.
See Also:
  • Constructor Details

    • GeoEntryIndexingException

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

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