Class 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:
  • Constructor Details

    • TableAccessException

      public TableAccessException(String reason)
    • 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)