Class java.net.ProtocolException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.net.ProtocolException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----IOException
                           |
                           +----java.net.ProtocolException

public class ProtocolException
extends IOException
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.

Version:
1.9, 07/01/98
Author:
Chris Warth
Since:
JDK1.0

Constructor Index

 o java.net.ProtocolException(String)
Constructs a new ProtocolException with the specified detail message.
 o java.net.ProtocolException()
Constructs a new ProtocolException with no detail message.

Constructors

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

Parameters:
host - the detail message.
Since:
JDK1.0
 o ProtocolException
public ProtocolException()
Constructs a new ProtocolException with no detail message.

Since:
JDK1.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index