|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.apache.commons.httpclient.HttpException org.kuali.rice.ksb.messaging.HttpException
public class HttpException
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 |
Constructor Detail |
---|
public HttpException(int responseCode)
public HttpException(int responseCode, String message, Throwable cause)
public HttpException(int responseCode, String arg0)
Method Detail |
---|
public int getResponseCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |