Class AuthorizationPluginException

All Implemented Interfaces:
Serializable

public class AuthorizationPluginException extends GravitinoRuntimeException
An exception thrown when an authorization plugin operation failed.
See Also:
  • Constructor Details

    • AuthorizationPluginException

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

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