Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.galagonotification
Class DBusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.