Class JobDestroyedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.spalloc.exceptions.JobDestroyedException
- All Implemented Interfaces:
Serializable
public class JobDestroyedException extends Exception
Thrown when the job was destroyed while waiting for it to become ready.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JobDestroyedException(String destroyReason)
-
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.
-