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 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- 
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.
 
 
-