Class HTTPProxyException

All Implemented Interfaces:
Serializable

public class HTTPProxyException extends IOException
May be thrown upon connect() if a HTTP proxy is being used.
See Also:
  • Field Details

    • httpResponse

      public final String httpResponse
    • httpErrorCode

      public final int httpErrorCode
  • Constructor Details

    • HTTPProxyException

      public HTTPProxyException(String httpResponse, int httpErrorCode)