Class CoresNotInStateException

All Implemented Interfaces:
Serializable

public class CoresNotInStateException
extends SpinnmanException
Cores failed to reach a given state within a timeout.
Author:
Donal Fellows
See Also:
Serialized Form
  • Method Details

    • getTimeout

      public float getTimeout()
      Returns:
      How long did we wait for the cores to enter the desired state?
    • getOperation

      public String getOperation()
      Returns:
      What were we attempting to do when the failure happened?
    • getFailedCores

      public CoreSubsets getFailedCores()
      Returns:
      What cores have failed?