Class UserTablePermissionException

All Implemented Interfaces:
Serializable

public class UserTablePermissionException extends UncheckedDeephavenException
Unchecked exception representing insufficient access permissions to a user table operation.
See Also:
  • Constructor Details

    • UserTablePermissionException

      public UserTablePermissionException(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull String reason)
  • Method Details

    • getNamespace

      public String getNamespace()
    • getTableName

      public String getTableName()