Package com.illumon.iris.db.exceptions
Class TableAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.iris.db.exceptions.UncheckedPermissionException
com.illumon.iris.db.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
ConstructorsConstructorDescriptionTableAccessException
(String reason) TableAccessException
(String namespace, String tableName, UserContext userContext) TableAccessException
(String namespace, String tableName, UserContext userContext, 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(@Nullable String namespace, @NotNull String tableName, @Nullable UserContext userContext) -
TableAccessException
public TableAccessException(@Nullable String namespace, @NotNull String tableName, @Nullable UserContext userContext, @Nullable String reason)
-