Uses of Class
com.google.web.bindery.requestfactory.shared.ServerFailure
-
Packages that use ServerFailure Package Description com.google.web.bindery.requestfactory.server Server-side classes for mediating between the client-side and the persistent datastore.com.google.web.bindery.requestfactory.shared 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
Methods in com.google.web.bindery.requestfactory.server that return ServerFailure Modifier and Type Method Description ServerFailureDefaultExceptionHandler. createServerFailure(java.lang.Throwable throwable)ServerFailureExceptionHandler. createServerFailure(java.lang.Throwable throwable)Generates aServerFailurebased on the information contained in the receivedexception. -
Uses of ServerFailure in com.google.web.bindery.requestfactory.shared
Methods in com.google.web.bindery.requestfactory.shared with parameters of type ServerFailure Modifier and Type Method Description voidFanoutReceiver. onFailure(ServerFailure error)voidReceiver. onFailure(ServerFailure error)Receives general failure notifications.voidRequestTransport.TransportReceiver. onTransportFailure(ServerFailure failure)Called to report a transmission failure as a ServerFailure.
-