public static class StatusCodeException
extends Object
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.