Package io.deephaven.importers
Class ImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.importers.ImportException
- All Implemented Interfaces:
Serializable
Exception class for errors encountered during import operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImportException(String message) ImportException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImportException
- Parameters:
message- the exception message
-
ImportException
- Parameters:
message- the exception messagecause- the cause of the exception
-