org.kuali.rice.ksb.messaging
Class HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.httpclient.HttpException
org.kuali.rice.ksb.messaging.HttpException
- All Implemented Interfaces:
- Serializable
public class HttpException
- extends org.apache.commons.httpclient.HttpException
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.httpclient.HttpException |
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
responseCode
private int responseCode
HttpException
public HttpException(int responseCode)
HttpException
public HttpException(int responseCode,
String message,
Throwable cause)
HttpException
public HttpException(int responseCode,
String arg0)
getResponseCode
public int getResponseCode()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.