public class

HTTPProxyException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.trilead.ssh2.HTTPProxyException

Class Overview

May be thrown upon connect() if a HTTP proxy is being used.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.io.IOException
From class java.lang.Exception
From class java.lang.Throwable
Fields
public final int httpErrorCode
public final String httpResponse
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
HTTPProxyException(String httpResponse, int httpErrorCode)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 2241537397104426186 (0x1f1b8a62f129bcca)

Fields

public final int httpErrorCode

public final String httpResponse

Public Constructors

public HTTPProxyException (String httpResponse, int httpErrorCode)

Parameters
httpResponse
httpErrorCode