Klasse java.net.ProtocolException | 1.0 |
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.net.ProtocolException
Deklaration
public class ProtocolException
extends java.io.IOException
Beschreibung
Die ProtocolException tritt auf, wenn beim Aufbau eines Sockets ein
Fehler einer der unteren Protokollebenen aufgetreten ist.
Konstruktoren im Detail
-
public ProtocolException()
-
Erzeugt ein neues ProtocolException-Objekt ohne Angabe einer Fehlermeldung.
-
public ProtocolException(String s)
-
Erzeugt ein neues ProtocolException-Objekt mit der Fehlermeldung s, die nähere Informationen über den speziellen Fehlerfall enthält.
Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.