Uses of Class
com.aquima.web.rest.v1.exception.RestException
Packages that use RestException
Package
Description
-
Uses of RestException in com.aquima.web.rest.v1.controller
Methods in com.aquima.web.rest.v1.controller with parameters of type RestExceptionModifier and TypeMethodDescriptionRestControllerExceptionHandler.handleServerError
(RestException restException) -
Uses of RestException in com.aquima.web.rest.v1.exception
Subclasses of RestException in com.aquima.web.rest.v1.exceptionModifier and TypeClassDescriptionclass
This exception is thrown if a query parameter or a path parameter is invalid.class
This exception is thrown when a certain resource is not found.class
This exception is thrown if the user is unauthorized. -
Uses of RestException in com.aquima.web.rest.v1.resource.impl
Constructors in com.aquima.web.rest.v1.resource.impl with parameters of type RestException