org.kuali.rice.ksb.messaging
Class HttpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.httpclient.HttpException
                  extended by org.kuali.rice.ksb.messaging.HttpException
All Implemented Interfaces:
Serializable

public class HttpException
extends org.apache.commons.httpclient.HttpException

See Also:
Serialized Form

Field Summary
private  int responseCode
           
private static long serialVersionUID
           
 
Constructor Summary
HttpException(int responseCode)
           
HttpException(int responseCode, String arg0)
           
HttpException(int responseCode, String message, Throwable cause)
           
 
Method Summary
 int getResponseCode()
           
 
Methods inherited from class org.apache.commons.httpclient.HttpException
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

responseCode

private int responseCode
Constructor Detail

HttpException

public HttpException(int responseCode)

HttpException

public HttpException(int responseCode,
                     String message,
                     Throwable cause)

HttpException

public HttpException(int responseCode,
                     String arg0)
Method Detail

getResponseCode

public int getResponseCode()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.