Signals a protocol error in the Socket class.
public class ProtocolException extends IOException { // Public Constructors public ProtocolException(String host); public ProtocolException(); }
Object->Throwable(Serializable)->Exception->IOException->ProtocolException
HttpURLConnection.setRequestMethod()