Package io.deephaven
Class MisconfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.MisconfigurationException
- All Implemented Interfaces:
Serializable
An exception indicating that the Deephaven system has not been configured correctly; and requires administrator
intervention.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMisconfigurationException
(String reason) MisconfigurationException
(String reason, 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
-
MisconfigurationException
-
MisconfigurationException
-