KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > ProtocolException

java.net
Class ProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.ProtocolException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public ProtocolException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ProtocolException(String host)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags