Package org.freedesktop.dbus.errors
Class UnknownMethod
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.freedesktop.dbus.exceptions.DBusExecutionException
-
- org.freedesktop.dbus.errors.UnknownMethod
-
- All Implemented Interfaces:
Serializable
public class UnknownMethod extends DBusExecutionException
Thrown if the method called was unknown on the remote object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownMethod(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
-
UnknownMethod
public UnknownMethod(String message)
-
-