Class IllegalPropertyException

All Implemented Interfaces:
Serializable

public class IllegalPropertyException extends GravitinoRuntimeException
An exception thrown when a property is invalid.
See Also:
  • Constructor Details

    • IllegalPropertyException

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

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