Package org.freedesktop
Class DBus.Error.UnknownMethod
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.freedesktop.dbus.exceptions.DBusExecutionException
- 
- org.freedesktop.DBus.Error.UnknownMethod
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing interface:
- DBus.Error
 
 public static class DBus.Error.UnknownMethod extends org.freedesktop.dbus.exceptions.DBusExecutionExceptionThrown if the method called was unknown on the remote object- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnknownMethod(String message)
 - 
Method Summary- 
Methods inherited from class org.freedesktop.dbus.exceptions.DBusExecutionExceptiongetType, setType
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UnknownMethodpublic UnknownMethod(String message) 
 
- 
 
-