|
Ganymed SSH-2 for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException ch.ethz.ssh2.HTTPProxyException
public class HTTPProxyException
May be thrown upon connect() if a HTTP proxy is being used.
Connection.connect()
,
Connection.setProxyData(ProxyData)
,
Serialized FormField Summary | |
---|---|
int |
httpErrorCode
|
java.lang.String |
httpResponse
|
Constructor Summary | |
---|---|
HTTPProxyException(java.lang.String httpResponse,
int httpErrorCode)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.lang.String httpResponse
public final int httpErrorCode
Constructor Detail |
---|
public HTTPProxyException(java.lang.String httpResponse, int httpErrorCode)
|
Ganymed SSH-2 for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |