Class MetalakeNotInUseException

All Implemented Interfaces:
Serializable

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

    • MetalakeNotInUseException

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