Package org.freedesktop.dbus.errors
Class PropertyReadOnly
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.freedesktop.dbus.exceptions.DBusExecutionException
-
- org.freedesktop.dbus.errors.PropertyReadOnly
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyReadOnly extends DBusExecutionException
Thrown if a attempt to edit read only property- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description PropertyReadOnly(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
-
-