Package com.trilead.ssh2
Class HTTPProxyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.trilead.ssh2.HTTPProxyException
-
- All Implemented Interfaces:
java.io.Serializable
public class HTTPProxyException extends java.io.IOException
May be thrown upon connect() if a HTTP proxy is being used.- Version:
- $Id: HTTPProxyException.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
- See Also:
Connection.connect()
,Connection.setProxyData(ProxyData)
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
httpErrorCode
java.lang.String
httpResponse
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description HTTPProxyException(java.lang.String httpResponse, int httpErrorCode)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
httpResponse
public final java.lang.String httpResponse
-
httpErrorCode
public final int httpErrorCode
-
-