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(@NotNull @NotNull String tableDescription, @NotNull @NotNull AuthContext authContext)
    • TableAccessException

      public TableAccessException(@NotNull @NotNull String tableDescription, @NotNull @NotNull AuthContext authContext, @Nullable @Nullable String reason)