Package ddf.catalog.source
Class InternalIngestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.source.IngestException
ddf.catalog.source.InternalIngestException
- All Implemented Interfaces:
Serializable
Ingest exception that should spawn a 5xx error back to the client.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new exception.InternalIngestException(String message) Instantiates a new exception with the provided message.InternalIngestException(String message, Throwable throwable) Instantiates a new exception with the provided message andThrowable.InternalIngestException(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
-
InternalIngestException
public InternalIngestException()Instantiates a new exception. -
InternalIngestException
Instantiates a new exception with the provided message.- Parameters:
message- the message
-
InternalIngestException
Instantiates a new exception with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-
InternalIngestException
Instantiates a new exception with the providedThrowable.- Parameters:
throwable- the throwable
-