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
The response is empty.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class uk.ac.manchester.spinnaker.alloc.web.RequestFailedExceptionRequestFailedException.BadArgs, RequestFailedException.EmptyResponse, RequestFailedException.ItsGone, RequestFailedException.NotFound
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
EmptyResponsepublic EmptyResponse()Create an instance.
 
-