Uses of Interface
com.google.web.bindery.requestfactory.server.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
Server-side classes for mediating between the client-side and the persistent
datastore.
Jakarta-specific package for server-only classes.
-
Uses of ExceptionHandler in com.google.web.bindery.requestfactory.server
Classes in com.google.web.bindery.requestfactory.server that implement ExceptionHandlerModifier and TypeClassDescriptionclass
Default implementation for handling exceptions thrown while processing a request.Methods in com.google.web.bindery.requestfactory.server with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
SimpleRequestProcessor.setExceptionHandler
(ExceptionHandler exceptionHandler) Constructors in com.google.web.bindery.requestfactory.server with parameters of type ExceptionHandlerModifierConstructorDescriptionRequestFactoryServlet
(ExceptionHandler exceptionHandler, ServiceLayerDecorator... serviceDecorators) Use this constructor in subclasses to provide a customExceptionHandler
. -
Uses of ExceptionHandler in com.google.web.bindery.requestfactory.server.jakarta
Constructors in com.google.web.bindery.requestfactory.server.jakarta with parameters of type ExceptionHandlerModifierConstructorDescriptionRequestFactoryServlet
(ExceptionHandler exceptionHandler, ServiceLayerDecorator... serviceDecorators) Use this constructor in subclasses to provide a customExceptionHandler
.