com.intel.cosbench.client.http
Class HttpClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.http.client.ClientProtocolException
                  extended by org.apache.http.client.HttpResponseException
                      extended by com.intel.cosbench.client.http.HttpClientException
All Implemented Interfaces:
java.io.Serializable

public class HttpClientException
extends org.apache.http.client.HttpResponseException

See Also:
Serialized Form

Constructor Summary
HttpClientException(int code, java.lang.String message)
           
HttpClientException(int code, java.lang.String message, org.apache.http.Header[] httpHeaders, org.apache.http.StatusLine httpStatusLine)
           
 
Method Summary
 org.apache.http.Header[] getHttpHeaders()
           
 org.apache.http.StatusLine getHttpStatusLine()
           
 
Methods inherited from class org.apache.http.client.HttpResponseException
getStatusCode
 
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
 

Constructor Detail

HttpClientException

public HttpClientException(int code,
                           java.lang.String message)

HttpClientException

public HttpClientException(int code,
                           java.lang.String message,
                           org.apache.http.Header[] httpHeaders,
                           org.apache.http.StatusLine httpStatusLine)
Method Detail

getHttpHeaders

public org.apache.http.Header[] getHttpHeaders()

getHttpStatusLine

public org.apache.http.StatusLine getHttpStatusLine()