|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--rachel.http.Http.Error
| Field Summary | |
static Http.Error |
NOT_FOUND_404
|
static Http.Error |
NOT_IMPLEMENTED_501
|
| Constructor Summary | |
Http.Error(int code,
java.lang.String message)
|
|
| Method Summary | |
int |
getCode()
|
java.lang.String |
getMessage()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Http.Error NOT_FOUND_404
public static final Http.Error NOT_IMPLEMENTED_501
| Constructor Detail |
public Http.Error(int code,
java.lang.String message)
| Method Detail |
public int getCode()
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||