Module org.freedesktop.dbus
Package org.freedesktop.dbus.exceptions
Class DBusTypeConversationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.freedesktop.dbus.exceptions.DBusTypeConversationRuntimeException
- All Implemented Interfaces:
Serializable
Exception thrown when type conversation failed.
- Since:
- 5.1.0 - 2024-05-19
- Author:
- hypfvieh
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDBusTypeConversationRuntimeException(String _message) DBusTypeConversationRuntimeException(String _message, Throwable _cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DBusTypeConversationRuntimeException
-
DBusTypeConversationRuntimeException
-