Package org.freedesktop
Class DBus.Error.MatchRuleInvalid
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.freedesktop.dbus.exceptions.DBusExecutionException
-
- org.freedesktop.DBus.Error.MatchRuleInvalid
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- DBus.Error
public static class DBus.Error.MatchRuleInvalid extends org.freedesktop.dbus.exceptions.DBusExecutionException
Thrown if the match rule is invalid- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatchRuleInvalid(String message)
-
Method Summary
-
Methods inherited from class org.freedesktop.dbus.exceptions.DBusExecutionException
getType, setType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MatchRuleInvalid
public MatchRuleInvalid(String message)
-
-