org.freedesktop.dbus.exceptions
Class MarshallingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.freedesktop.dbus.exceptions.DBusException
              extended by org.freedesktop.dbus.exceptions.MarshallingException
All Implemented Interfaces:
Serializable, NonFatalException

public class MarshallingException
extends DBusException
implements NonFatalException

See Also:
Serialized Form

Constructor Summary
MarshallingException(String 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

MarshallingException

public MarshallingException(String message)