Class 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:
  • Field Details

    • httpResponse

      public final String httpResponse
    • httpErrorCode

      public final int httpErrorCode
  • Constructor Details

    • HTTPProxyException

      public HTTPProxyException(String httpResponse, int httpErrorCode)