Class NoSuchMetalakeException

All Implemented Interfaces:
Serializable

public class NoSuchMetalakeException extends NotFoundException
An exception thrown when a metalake is not found.
See Also:
  • Constructor Details

    • NoSuchMetalakeException

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

      @FormatMethod public NoSuchMetalakeException(Throwable cause, 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.