Class PropertyReadOnlyException

All Implemented Interfaces:
Serializable

public final class PropertyReadOnlyException extends AbstractException
A write operation was requested on a read-only property.
See Also:
  • Constructor Details

    • PropertyReadOnlyException

      public PropertyReadOnlyException()
      Creates a new instance.
    • PropertyReadOnlyException

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

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

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