Class IngestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.source.IngestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternalIngestException

public class IngestException extends Exception
The Class IngestException is thrown by a CatalogProvider when an error occurs on an operation.
See Also:
  • Constructor Details

    • IngestException

      public IngestException()
      Instantiates a new exception.
    • IngestException

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

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

      public IngestException(Throwable throwable)
      Instantiates a new exception with the provided Throwable.
      Parameters:
      throwable - the throwable