Class RequestFailedException.EmptyResponse
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.manchester.spinnaker.alloc.web.RequestFailedException
uk.ac.manchester.spinnaker.alloc.web.RequestFailedException.EmptyResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RequestFailedException
public static class RequestFailedException.EmptyResponse extends RequestFailedException
The response is empty.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class uk.ac.manchester.spinnaker.alloc.web.RequestFailedException
RequestFailedException.BadArgs, RequestFailedException.EmptyResponse, RequestFailedException.ItsGone, RequestFailedException.NotFound
-
Constructor Summary
Constructors Constructor Description EmptyResponse()
Create an instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyResponse
public EmptyResponse()Create an instance.
-