Class NonEmptyCatalogException

All Implemented Interfaces:
Serializable

public class NonEmptyCatalogException extends GravitinoRuntimeException
Exception thrown when a catalog is not empty.
See Also:
  • Constructor Details

    • NonEmptyCatalogException

      @FormatMethod public NonEmptyCatalogException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.