org.lsst.ccs.subsystems.fcs.errors
Class ErrorInBootingHardwareProcess
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.HardwareError
org.lsst.ccs.subsystems.fcs.errors.ErrorInBootingHardwareProcess
- All Implemented Interfaces:
- Serializable
public class ErrorInBootingHardwareProcess
- extends HardwareError
This exception is thrown during the booting process when we were not able to see all the
pieces of hardware that we expected on the field bus during a given amount of time (timeout).
- Author:
- virieux
- See Also:
- Serialized Form
timeout
public final long timeout
bootedNodesNB
public final long bootedNodesNB
expectedNodesNB
public final long expectedNodesNB
ErrorInBootingHardwareProcess
public ErrorInBootingHardwareProcess(String msg,
long bootingTime,
long aBootedNodesNB,
long anExpectedNodesNB)
toString
public String toString()
- Overrides:
toString in class HardwareError
Copyright © 2013 LSST. All Rights Reserved.