Class UserTableWriteException

All Implemented Interfaces:
Serializable

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

    • UserTableWriteException

      public UserTableWriteException(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull String reason)
    • UserTableWriteException

      public UserTableWriteException(@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()