Class NonEmptyEntityException

All Implemented Interfaces:
Serializable

public class NonEmptyEntityException extends GravitinoRuntimeException
An exception thrown when a resource is not empty.
See Also:
  • Constructor Details

    • NonEmptyEntityException

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

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