Package com.lucimber.dbus.exception
Class UnknownMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lucimber.dbus.exception.AbstractException
com.lucimber.dbus.exception.UnknownMethodException
- All Implemented Interfaces:
Serializable
The requested method does not exist in the selected interface.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.UnknownMethodException
(DBusString message) Creates a new instance with a message.UnknownMethodException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.UnknownMethodException
(Throwable cause) Creates a new instance with a cause. -
Method Summary
Methods inherited from class com.lucimber.dbus.exception.AbstractException
getErrorName
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownMethodException
public UnknownMethodException()Creates a new instance. -
UnknownMethodException
Creates a new instance with a message.- Parameters:
message
- the message
-
UnknownMethodException
Creates a new instance with a cause.- Parameters:
cause
- the cause
-
UnknownMethodException
Creates a new instance with a message and cause.- Parameters:
message
- the messagecause
- the cause
-