|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.mule.transport.http.HttpResponseException
public class HttpResponseException
A wrapper exceptin for any http client return codes over the 400 range
Constructor Summary | |
---|---|
HttpResponseException(java.lang.String responseText,
int responseCode)
|
Method Summary | |
---|---|
int |
getResponseCode()
|
java.lang.String |
getResponseText()
|
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 |
---|
public HttpResponseException(java.lang.String responseText, int responseCode)
Method Detail |
---|
public java.lang.String getResponseText()
public int getResponseCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |