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 Details

    • JobDestroyedException

      public JobDestroyedException​(String destroyReason)
      Parameters:
      destroyReason - The reason why the job was destroyed.