Uses of Class
uk.ac.manchester.spinnaker.alloc.web.RequestFailedException
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc service.
|
-
Uses of RequestFailedException in uk.ac.manchester.spinnaker.alloc.web
Subclasses of RequestFailedException in uk.ac.manchester.spinnaker.alloc.web Modifier and Type Class Description static class
RequestFailedException.BadArgs
The client provided bad arguments in a request.static class
RequestFailedException.EmptyResponse
The response is empty.static class
RequestFailedException.ItsGone
A resource is no longer believed to exist.static class
RequestFailedException.NotFound
A resource cannot be located.Methods in uk.ac.manchester.spinnaker.alloc.web with parameters of type RequestFailedException Modifier and Type Method Description Response
RequestFailedException.RequestFailedExceptionMapper. toResponse(RequestFailedException exception)
Methods in uk.ac.manchester.spinnaker.alloc.web that throw RequestFailedException Modifier and Type Method Description Object
BackgroundSupport.BackgroundAction. respond()
Does the action that produces the result.