Package com.illumon.iris.db.exceptions
Class InvalidAclException
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.InvalidAclException
- All Implemented Interfaces:
Serializable
An exception thrown when an invalid ACL is encountered.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidAclException
(io.deephaven.enterprise.auth.UserContext context, String namespace, String tableName, 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
-
InvalidAclException
-
-
Method Details
-
getNamespace
-
getTableName
-