Class SocketClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.freedesktop.dbus.exceptions.SocketClosedException
All Implemented Interfaces:
Serializable

public class SocketClosedException extends IOException
Exception which indicates a terminated connection.
Since:
v4.2.2 - 2023-02-01
Author:
hypfvieh
See Also:
  • Constructor Details

    • SocketClosedException

      public SocketClosedException()
    • SocketClosedException

      public SocketClosedException(String _message, Throwable _cause)
    • SocketClosedException

      public SocketClosedException(String _message)
    • SocketClosedException

      public SocketClosedException(Throwable _cause)