Class RequestFailedException.NotFound
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.NotFound
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RequestFailedException
A resource cannot be located.
- See Also:
-
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 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFound
- Parameters:
message
- What message to use to say "not found".
-
NotFound
- Parameters:
message
- What message to use to say "not found".cause
- Why we are sending the message.
-