Uses of Class
com.google.web.bindery.requestfactory.shared.ServerFailure
Package
Description
Server-side classes for mediating between the client-side and the persistent
datastore.
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
-
Uses of ServerFailure in com.google.web.bindery.requestfactory.server
Modifier and TypeMethodDescriptionDefaultExceptionHandler.createServerFailure
(Throwable throwable) ExceptionHandler.createServerFailure
(Throwable throwable) Generates aServerFailure
based on the information contained in the receivedexception
.