public class InternalIngestException extends IngestException
| Constructor and Description |
|---|
InternalIngestException()
Instantiates 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 and
Throwable. |
InternalIngestException(Throwable throwable)
Instantiates a new exception with the provided
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalIngestException()
public InternalIngestException(String message)
message - the messagepublic InternalIngestException(String message, Throwable throwable)
Throwable.message - the messagethrowable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.