org.freedesktop.dbus.exceptions
Class DBusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.freedesktop.dbus.exceptions.DBusException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FatalDBusException, MarshallingException, MessageFormatException, UnknownTypeCodeException

public class DBusException
extends Exception

An exception within DBus.

See Also:
Serialized Form

Constructor Summary
DBusException(String message)
          Create an exception with the specified 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)
Create an exception with the specified message