Package org.freedesktop.dbus.exceptions
Class DBusExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.freedesktop.dbus.exceptions.DBusExecutionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDenied,InternalMessageException,MatchRuleInvalid,NoReply,NotConnected,ServiceUnknown,UnknownMethod,UnknownObject
public class DBusExecutionException extends RuntimeException
An exception while running a remote method within DBus.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DBusExecutionException(String message)Create an exception with the specified message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Get the DBus type of this exception.voidsetType(String _type)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DBusExecutionException
public DBusExecutionException(String message)
Create an exception with the specified message- Parameters:
message- message
-
-