Package ddf.catalog.source
Class IngestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.source.IngestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InternalIngestException
The Class
IngestException is thrown by a CatalogProvider when an error occurs on
an operation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new exception.IngestException(String message) Instantiates a new exception with the provided message.IngestException(String message, Throwable throwable) Instantiates a new exception with the provided message andThrowable.IngestException(Throwable throwable) Instantiates a new exception with the providedThrowable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IngestException
public IngestException()Instantiates a new exception. -
IngestException
Instantiates a new exception with the provided message.- Parameters:
message- the message
-
IngestException
Instantiates a new exception with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-
IngestException
Instantiates a new exception with the providedThrowable.- Parameters:
throwable- the throwable
-