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
public class TableAccessException extends UncheckedPermissionException
An
UncheckedPermissionException
derivative which indicates a table may not be accessed for one reason or another.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TableAccessException(String reason)
TableAccessException(String namespace, String tableName, com.fishlib.auth.UserContext userContext)
TableAccessException(String namespace, String tableName, com.fishlib.auth.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