Class HTTPClient.ProtocolNotSupportedException
All Packages Class Hierarchy This Package Previous Next Index
Class HTTPClient.ProtocolNotSupportedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----HTTPClient.ProtocolNotSupportedException
- public class ProtocolNotSupportedException
- extends IOException
Signals that the protocol is not supported
- Version:
- 0.2 (bug fix 2) 23/03/1997
- Author:
- Ronald Tschalär
-
ProtocolNotSupportedException()
- Constructs an ProtocolNotSupportedException with no detail message.
-
ProtocolNotSupportedException(String)
- Constructs an ProtocolNotSupportedException class with the specified
detail message.
ProtocolNotSupportedException
public ProtocolNotSupportedException()
- Constructs an ProtocolNotSupportedException with no detail message.
A detail message is a String that describes this particular exception.
ProtocolNotSupportedException
public ProtocolNotSupportedException(String s)
- Constructs an ProtocolNotSupportedException class with the specified
detail message. A detail message is a String that describes this
particular exception.
- Parameters:
- s - the String containing a detail message
All Packages Class Hierarchy This Package Previous Next Index