Class JobDestroyedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.spalloc.exceptions.JobDestroyedException
- All Implemented Interfaces:
Serializable
Thrown when the job was destroyed while waiting for it to become ready.
- See Also:
-
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
-
JobDestroyedException
- Parameters:
destroyReason
- The reason why the job was destroyed.
-