Package io.deephaven

Class MisconfigurationException

All Implemented Interfaces:
Serializable

public class MisconfigurationException extends UncheckedDeephavenException
An exception indicating that the Deephaven system has not been configured correctly; and requires administrator intervention.
See Also:
  • Constructor Details

    • MisconfigurationException

      public MisconfigurationException(String reason)
    • MisconfigurationException

      public MisconfigurationException(String reason, Throwable cause)