Package org.freedesktop.dbus.exceptions
Class MessageProtocolVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.freedesktop.dbus.exceptions.MessageProtocolVersionException
-
- All Implemented Interfaces:
Serializable,FatalException
public class MessageProtocolVersionException extends IOException implements FatalException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageProtocolVersionException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MessageProtocolVersionException
public MessageProtocolVersionException(String message)
-
-