Class RequestFailedException.ItsGone
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.ItsGone
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RequestFailedException
public static class RequestFailedException.ItsGone extends RequestFailedException
A resource is no longer believed to exist.
- 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
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItsGone
- Parameters:
message
- What message to use to say "its gone away".
-