Package io.deephaven
Class UncheckedDeephavenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AggregationOperatorException,ArgumentException,BarrageMarshallingException,CancellationException,ClockInconsistencyException,ColumnSnapshotUnsuccessfulException,ConstituentTableException,ConstructSnapshot.SnapshotInconsistentException,DictionarySizeExceededException,ExecutionContextRegistrationException,FormulaCompilationException,GrpcMarshallingException,KafkaIngesterException,KafkaPublisherException,OperationException,OutOfKeySpaceException,OutOfOrderException,PlotRuntimeException,RequestCancelledException,SizeException,SnapshotUnsuccessfulException,StateException,TableAlreadyFailedException,TableDefinition.IncompatibleTableDefinitionException,UncheckedPermissionException,UncheckedTableException,UnknownPartitionKeyException,UpdateGraphConflictException
The root of all Unchecked Deephaven exceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUncheckedDeephavenException(String reason) UncheckedDeephavenException(String reason, Throwable cause) UncheckedDeephavenException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedDeephavenException
-
UncheckedDeephavenException
-
UncheckedDeephavenException
-
UncheckedDeephavenException
-
UncheckedDeephavenException
public UncheckedDeephavenException()
-