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