|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.store.http.HttpResponseCodeErrorMapper.ResponseCode
public static final class HttpResponseCodeErrorMapper.ResponseCode
A struct to hold the response code and response text for an HTTP error.
Constructor Summary | |
---|---|
HttpResponseCodeErrorMapper.ResponseCode(int responseCode,
java.lang.String responseText)
|
Method Summary | |
---|---|
int |
getCode()
|
java.lang.String |
getText()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpResponseCodeErrorMapper.ResponseCode(int responseCode, java.lang.String responseText)
Method Detail |
---|
public int getCode()
public java.lang.String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |