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:
Serializable
public class HTTPProxyException extends 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 $
- Author:
- Christian Plattner, plattner@trilead.com
- See Also:
Connection.connect(),Connection.setProxyData(ProxyData), Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description inthttpErrorCodeStringhttpResponse
-
Constructor Summary
Constructors Constructor Description HTTPProxyException(String httpResponse, int httpErrorCode)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-