|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.user.client.rpc.InvocationException
com.google.gwt.user.client.rpc.StatusCodeException
public class StatusCodeException
Indicates that an RPC response was returned with an invalid HTTP status code.
This exception will be presented via
AsyncCallback.onFailure(Throwable)
if the HTTP response from the
server does not have a 200
status code.
Constructor Summary | |
---|---|
StatusCodeException(int statusCode,
java.lang.String message)
Construct an exception with the given status code and description. |
Method Summary | |
---|---|
int |
getStatusCode()
Returns the status code associated with the failed request. |
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 StatusCodeException(int statusCode, java.lang.String message)
statusCode
- the HTTP status code to reportmessage
- a message to reportMethod Detail |
---|
public int getStatusCode()
|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |