Package org.freedesktop.dbus.exceptions
Class SocketClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.freedesktop.dbus.exceptions.SocketClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SocketClosedException extends java.io.IOExceptionException which indicates a terminated connection.- Since:
- v4.2.2 - 2023-02-01
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description SocketClosedException()SocketClosedException(java.lang.String _message)SocketClosedException(java.lang.String _message, java.lang.Throwable _cause)SocketClosedException(java.lang.Throwable _cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SocketClosedException
public SocketClosedException()
-
SocketClosedException
public SocketClosedException(java.lang.String _message, java.lang.Throwable _cause)
-
SocketClosedException
public SocketClosedException(java.lang.String _message)
-
SocketClosedException
public SocketClosedException(java.lang.Throwable _cause)
-
-