Package org.freedesktop.dbus.errors
Class AccessDenied
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.freedesktop.dbus.exceptions.DBusExecutionException
-
- org.freedesktop.dbus.errors.AccessDenied
-
- All Implemented Interfaces:
java.io.Serializable
public class AccessDenied extends DBusExecutionException
Thrown if a message is denied due to a security policy- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description AccessDenied(java.lang.String _message)
-
Method Summary
-
Methods inherited from class org.freedesktop.dbus.exceptions.DBusExecutionException
getType, setType
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-