Class UnknownPartitionKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.engine.table.impl.locations.UnknownPartitionKeyException
- All Implemented Interfaces:
Serializable
Exception thrown when a requested partition value cannot be found because the partition key is unknown.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownPartitionKeyException
(@NotNull String partitionKey) UnknownPartitionKeyException
(@NotNull String partitionKey, @NotNull TableLocationKey locationKey) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownPartitionKeyException
-
UnknownPartitionKeyException
public UnknownPartitionKeyException(@NotNull @NotNull String partitionKey, @NotNull @NotNull TableLocationKey locationKey)
-