ProtocolException | java.net |
Java 1.0 | serializable checked
|
Signals
a protocol error in the Socket class.

public class ProtocolException extends java.io.IOException {
// Public Constructors
public ProtocolException( );
public ProtocolException(String host);
}
Thrown By
HttpURLConnection.setRequestMethod( )
 |