Class InUseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CatalogInUseException, MetalakeInUseException

public class InUseException extends GravitinoRuntimeException
Exception thrown when a resource is in use and cannot be deleted.
See Also:
  • Constructor Details

    • InUseException

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