Class NonSystemSchemaException

All Implemented Interfaces:
Serializable

public class NonSystemSchemaException extends TableLoggerException
Exception thrown when an operation expects a System schema, but was passed a non-system schema.
See Also:
  • Constructor Details

    • NonSystemSchemaException

      public NonSystemSchemaException(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull String reason)