java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.io.IOException | +----java.net.ProtocolException
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
ProtocolException
with no detail message.
ProtocolException
with the
specified detail message.
public ProtocolException(String host)
ProtocolException
with the
specified detail message.
public ProtocolException()
ProtocolException
with no detail message.