Class net.ProtocolException
All Packages    This Package    Previous    Next

Class net.ProtocolException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----net.ProtocolException

public class ProtocolException
extends Exception
As far as I know this exception is used only when connect gets an EPROTO. I is specifically caught in class Socket.

ProtocolException(String)
ProtocolException()

ProtocolException
  public ProtocolException(String host)
ProtocolException
  public ProtocolException()

All Packages    This Package    Previous    Next