org.lsst.ccs.subsystems.fcs.errors
Class ErrorInBootingHardwareProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.HardwareException
org.lsst.ccs.subsystems.fcs.errors.ErrorInBootingHardwareProcessException
- All Implemented Interfaces:
- Serializable
public class ErrorInBootingHardwareProcessException
- extends HardwareException
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
ErrorInBootingHardwareProcessException
public ErrorInBootingHardwareProcessException(String msg,
long bootingTime,
long aBootedNodesNB,
long anExpectedNodesNB)
toString
public String toString()
- Overrides:
toString in class HardwareException
Copyright © 2013 LSST. All Rights Reserved.