Java com.google.gwt.user.client.rpc StatusCodeException fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.rpc StatusCodeException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.rpc StatusCodeException.

The text is from its open source code.

Constructor

StatusCodeException(int statusCode, String encodedResponse)
Construct an exception with the given status code and description.

Method

StringgetEncodedResponse()
Returns the response message associated with the failed request.
intgetStatusCode()
Returns the status code associated with the failed request.