Uses of Class
com.peterphi.std.guice.restclient.jaxb.RestFailure
Packages that use RestFailure
Package
Description
-
Uses of RestFailure in com.peterphi.std.guice.restclient.exception
Methods in com.peterphi.std.guice.restclient.exception that return RestFailureMethods in com.peterphi.std.guice.restclient.exception with parameters of type RestFailureModifier and TypeMethodDescriptionRestExceptionFactory.build
(RestFailure failure, javax.ws.rs.client.ClientResponseContext responseContext) -
Uses of RestFailure in com.peterphi.std.guice.web.rest.jaxrs.exception
Methods in com.peterphi.std.guice.web.rest.jaxrs.exception that return RestFailureModifier and TypeMethodDescriptionRestFailureMarshaller.renderFailure
(Throwable e) Render a Throwable as a RestFailureMethods in com.peterphi.std.guice.web.rest.jaxrs.exception with parameters of type RestFailureModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
CustomTemplateFailureRenderer.render
(RestFailure failure) javax.ws.rs.core.Response
HTMLFailureRenderer.render
(RestFailure failure) javax.ws.rs.core.Response
RestFailureRenderer.render
(RestFailure failure) Allows user-defined code to present the exception in a more user-friendly mannerjavax.ws.rs.core.Response
XMLFailureRenderer.render
(RestFailure failure) default boolean
RestFailureRenderer.shouldSuppressLog
(RestFailure failure) Method returns true if the error is not useful to log to the application logs, and instead will be presented ephemerally to the user -
Uses of RestFailure in com.peterphi.std.guice.web.rest.pagewriter
Constructors in com.peterphi.std.guice.web.rest.pagewriter with parameters of type RestFailure -
Uses of RestFailure in com.peterphi.usermanager.ui
Methods in com.peterphi.usermanager.ui with parameters of type RestFailureModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
TemplateExceptionRenderer.render
(RestFailure failure)