Class UserTableNamespaceException

All Implemented Interfaces:
Serializable

public class UserTableNamespaceException extends UncheckedDeephavenException
Unchecked exception representing a user table operation specifying a system namespace.
See Also:
  • Constructor Details

    • UserTableNamespaceException

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

    • getNamespace

      public String getNamespace()
    • getTableName

      public String getTableName()