ProtocolException

public class ProtocolException extends IOException

Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.

Public Constructor Summary

ProtocolException(String host)
Constructs a new ProtocolException with the specified detail message.
ProtocolException()
Constructs a new ProtocolException with no detail message.

Inherited Method Summary

Public Constructors

public ProtocolException (String host)

Constructs a new ProtocolException with the specified detail message.

Parameters
host the detail message.

public ProtocolException ()

Constructs a new ProtocolException with no detail message.