All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.webconcepts.net.HttpProxyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----COM.webconcepts.net.HttpProxyException

public class HttpProxyException
extends Exception
An HttpProxyException is used to distinguish proxying protocol exceptions from other IO and networking-related exceptions.

See Also:
HttpProxyServer

Constructor Index

 o HttpProxyException()
 o HttpProxyException(String)

Constructors

 o HttpProxyException
 public HttpProxyException(String s)
 o HttpProxyException
 public HttpProxyException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index