Class SocketClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.freedesktop.dbus.exceptions.SocketClosedException
- All Implemented Interfaces:
Serializable
Exception which indicates a terminated connection.
- Since:
- v4.2.2 - 2023-02-01
- Author:
- hypfvieh
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSocketClosedException(String _message) SocketClosedException(String _message, Throwable _cause) SocketClosedException(Throwable _cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SocketClosedException
public SocketClosedException() -
SocketClosedException
-
SocketClosedException
-
SocketClosedException
-