Class SpallocStateChangeTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.spalloc.exceptions.SpallocStateChangeTimeoutException
- All Implemented Interfaces:
Serializable
public class SpallocStateChangeTimeoutException extends Exception
Thrown when a state change takes too long to occur.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SpallocStateChangeTimeoutException()
Create an instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpallocStateChangeTimeoutException
public SpallocStateChangeTimeoutException()Create an instance.
-