ch.ethz.ssh2
Class HTTPProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ch.ethz.ssh2.HTTPProxyException
- All Implemented Interfaces:
- Serializable
public class HTTPProxyException
- extends IOException
May be thrown upon connect() if a HTTP proxy is being used.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
- See Also:
Connection.connect(),
Connection.setProxyData(ProxyData),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
httpResponse
public final String httpResponse
httpErrorCode
public final int httpErrorCode
HTTPProxyException
public HTTPProxyException(String httpResponse,
int httpErrorCode)
Copyright © 2011. All Rights Reserved.