Klasse SocketClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.freedesktop.dbus.exceptions.SocketClosedException
Alle implementierten Schnittstellen:
Serializable

public class SocketClosedException extends IOException
Exception which indicates a terminated connection.
Seit:
v4.2.2 - 2023-02-01
Autor:
hypfvieh
Siehe auch:
  • Konstruktordetails

    • SocketClosedException

      public SocketClosedException()
    • SocketClosedException

      public SocketClosedException(String _message, Throwable _cause)
    • SocketClosedException

      public SocketClosedException(String _message)
    • SocketClosedException

      public SocketClosedException(Throwable _cause)