Class AccessDeniedException

All Implemented Interfaces:
Serializable

public final class AccessDeniedException extends AbstractException
Access to a resource has been denied due to security restrictions.
See Also:
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException()
      Creates a new instance.
    • AccessDeniedException

      public AccessDeniedException(DBusString message)
      Creates a new instance with a message.
      Parameters:
      message - the message
    • AccessDeniedException

      public AccessDeniedException(Throwable cause)
      Creates a new instance with a cause.
      Parameters:
      cause - the cause
    • AccessDeniedException

      public AccessDeniedException(DBusString message, Throwable cause)
      Creates a new instance with a message and cause.
      Parameters:
      message - the message
      cause - the cause