Class NotInUseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CatalogNotInUseException, MetalakeNotInUseException

public class NotInUseException extends GravitinoRuntimeException
An exception thrown when operating on a resource that is not in use.
See Also:
  • Constructor Details

    • NotInUseException

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