Class UserTableDeleteException

All Implemented Interfaces:
Serializable

public class UserTableDeleteException extends UserTableIOException
Unchecked exception representing a failure in deleting part or all of a user table.
See Also:
  • Constructor Details

    • UserTableDeleteException

      public UserTableDeleteException(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull String reason, @NotNull @NotNull Throwable cause)
  • Method Details

    • getNamespace

      public String getNamespace()
    • getTableName

      public String getTableName()