Esri Geoportal Server
1.2.9

com.esri.gpt.framework.http
Class HttpClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.esri.gpt.framework.http.HttpClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpClient401Exception

public class HttpClientException
extends IOException

Author:
Esri
See Also:
Serialized Form

Constructor Summary
HttpClientException(int httpStatusCode, String msg)
          Constructs an instance of HttpClientException with the specified detail message.
 
Method Summary
 int getHttpStatusCode()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpClientException

public HttpClientException(int httpStatusCode,
                           String msg)
Constructs an instance of HttpClientException with the specified detail message.

Parameters:
httpStatusCode - HTTP status code
msg - the detail message.
Method Detail

getHttpStatusCode

public int getHttpStatusCode()

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.