Class MetalakeAlreadyExistsException

All Implemented Interfaces:
Serializable

public class MetalakeAlreadyExistsException extends AlreadyExistsException
An exception thrown when the metalake already exists.
See Also:
  • Constructor Details

    • MetalakeAlreadyExistsException

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

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