net.java.sip.communicator.impl.galagonotification
Class DBusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.java.sip.communicator.impl.galagonotification.DBusException
- All Implemented Interfaces:
- Serializable
public class DBusException
- extends Exception
Implements Exception for D-Bus errors reported through the native
DBusError structure.
- Author:
- Lubomir Marinov
- See Also:
- Serialized Form
|
Constructor Summary |
DBusException(String message)
Initializes a new DBusException instance with the specified
detail message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DBusException
public DBusException(String message)
- Initializes a new DBusException instance with the specified
detail message.
- Parameters:
message - the detail message to later be reported by the new
instance through its Throwable.getMessage()
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.