Class ForbiddenException

All Implemented Interfaces:
Serializable

public class ForbiddenException extends GravitinoRuntimeException
Exception thrown when a user is forbidden to perform an action.
See Also:
  • Constructor Details

    • ForbiddenException

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

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