Class IllegalPrivilegeException

All Implemented Interfaces:
Serializable

public class IllegalPrivilegeException extends IllegalArgumentException
An exception thrown when a privilege is invalid.
See Also:
  • Constructor Details

    • IllegalPrivilegeException

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

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

      public IllegalPrivilegeException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause.
    • IllegalPrivilegeException

      public IllegalPrivilegeException()
      Constructs a new exception with the specified detail message and cause.