Package io.deephaven.engine.exceptions
Class TableAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.engine.exceptions.UncheckedPermissionException
io.deephaven.engine.exceptions.TableAccessException
- All Implemented Interfaces:
Serializable
An
UncheckedPermissionException
derivative which indicates a table may not be accessed for one reason or
another.- See Also:
-
Constructor Summary
ConstructorDescriptionTableAccessException
(@NotNull String tableDescription, @NotNull AuthContext authContext) TableAccessException
(@NotNull String tableDescription, @NotNull AuthContext authContext, @Nullable String reason) TableAccessException
(String reason) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableAccessException
-
TableAccessException
public TableAccessException(@NotNull @NotNull String tableDescription, @NotNull @NotNull AuthContext authContext) -
TableAccessException
public TableAccessException(@NotNull @NotNull String tableDescription, @NotNull @NotNull AuthContext authContext, @Nullable @Nullable String reason)
-