Class MetalakeInUseException

All Implemented Interfaces:
Serializable

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

    • MetalakeInUseException

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