Package io.deephaven

Class UncheckedDeephavenException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AggregationOperatorException, ArgumentException, BarrageMarshallingException, CancellationException, ClockInconsistencyException, ConstituentTableException, ConstructSnapshot.SnapshotInconsistentException, DictionarySizeExceededException, ExecutionContextRegistrationException, FormulaCompilationException, GrpcMarshallingException, HierarchicalTableSnapshotException, KafkaIngesterException, KafkaPublisherException, OperationException, OutOfKeySpaceException, OutOfOrderException, PlotRuntimeException, RequestCancelledException, SizeException, SnapshotUnsuccessfulException, StateException, TableAlreadyFailedException, TableDefinition.IncompatibleTableDefinitionException, UncheckedPermissionException, UncheckedTableException, UnknownPartitionKeyException, UpdateGraphConflictException

public class UncheckedDeephavenException extends RuntimeException
The root of all Unchecked Deephaven exceptions
See Also:
  • Constructor Details

    • UncheckedDeephavenException

      public UncheckedDeephavenException(String reason)
    • UncheckedDeephavenException

      public UncheckedDeephavenException(String reason, Throwable cause)
    • UncheckedDeephavenException

      public UncheckedDeephavenException(Throwable cause)
    • UncheckedDeephavenException

      public UncheckedDeephavenException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • UncheckedDeephavenException

      public UncheckedDeephavenException()