GWT 2.5.0.rc2

Uses of Class
com.google.web.bindery.requestfactory.server.ReportableException

Packages that use ReportableException
com.google.web.bindery.requestfactory.server Server side classes for mediating between the client side and the persistent datastore. 
 

Uses of ReportableException in com.google.web.bindery.requestfactory.server
 

Methods in com.google.web.bindery.requestfactory.server that throw ReportableException
protected
<T> T
ServiceLayerDecorator.report(java.lang.reflect.InvocationTargetException userGeneratedException)
          Report an exception thrown by code that is under the control of the end-developer.
protected
<T> T
ServiceLayerDecorator.report(java.lang.String msg, java.lang.Object... args)
          Return a message to the client.
 


GWT 2.5.0.rc2