ProtocolExceptionNameProtocolExceptionSynopsis
DescriptionA ProtocolException is thrown to indicate that there has been an error in an underlying protocol, such as an HTTP or TCP protocol error. Class Summary
public class java.net.ProtocolException extends java.io.IOException { // Constructors public ProtocolException(); public ProtocolException(String host); } ConstructorsProtocolExceptionpublic ProtocolException()
public ProtocolException(String host)
Inherited Methods
See AlsoException, IOException, RuntimeException |
|