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.ResponseCustomTemplateFailureRenderer.render(RestFailure failure) javax.ws.rs.core.ResponseHTMLFailureRenderer.render(RestFailure failure) javax.ws.rs.core.ResponseRestFailureRenderer.render(RestFailure failure) Allows user-defined code to present the exception in a more user-friendly mannerjavax.ws.rs.core.ResponseXMLFailureRenderer.render(RestFailure failure) default booleanRestFailureRenderer.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.ResponseTemplateExceptionRenderer.render(RestFailure failure)