Class InvalidAclException

All Implemented Interfaces:
Serializable

public class InvalidAclException extends UncheckedPermissionException
An exception thrown when an invalid ACL is encountered.
See Also:
  • Constructor Details

    • InvalidAclException

      public InvalidAclException(@NotNull UserContext context, @NotNull String namespace, @NotNull String tableName, @NotNull String reason)
  • Method Details

    • getNamespace

      @NotNull public String getNamespace()
    • getTableName

      @NotNull public String getTableName()