Uses of Class
com.peterphi.std.guice.restclient.exception.RestException
Packages that use RestException
Package
Description
-
Uses of RestException in com.peterphi.std.guice.restclient.exception
Subclasses of RestException in com.peterphi.std.guice.restclient.exceptionModifier and TypeClassDescriptionclass
Represents a server-side exception that could not be bound to a local client-side RestException implementation (for example, an IllegalArgumentException thrown server-side)Methods in com.peterphi.std.guice.restclient.exception that return RestExceptionModifier and TypeMethodDescriptionRestExceptionFactory.build
(RestFailure failure, javax.ws.rs.client.ClientResponseContext responseContext) -
Uses of RestException in com.peterphi.usermanager.guice.authentication
Subclasses of RestException in com.peterphi.usermanager.guice.authenticationModifier and TypeClassDescriptionclass
Thrown to indicate that an operation was refused because the user did not have the necessary role