Class NonEmptyMetalakeException

All Implemented Interfaces:
Serializable

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

    • NonEmptyMetalakeException

      @FormatMethod public NonEmptyMetalakeException(@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.