Packages This Package Prev Next Index
public class java.net.ProtocolException extends java.io.IOException (I-§2.29) { // Constructors public ProtocolException(); §4.16.1 public ProtocolException(String host); §4.16.2 }Thrown to indicate than there is an error in the underlying protocol, such as a TCP error.
public ProtocolException()
public ProtocolException(String host)
host
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)