org.lsst.ccs.subsystems.fcs.errors
Class ErrorInBootingHardwareProcess

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.errors.HardwareError
              extended by 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

Field Summary
 long bootedNodesNB
           
 long expectedNodesNB
           
 long timeout
           
 
Constructor Summary
ErrorInBootingHardwareProcess(String msg, long bootingTime, long aBootedNodesNB, long anExpectedNodesNB)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timeout

public final long timeout

bootedNodesNB

public final long bootedNodesNB

expectedNodesNB

public final long expectedNodesNB
Constructor Detail

ErrorInBootingHardwareProcess

public ErrorInBootingHardwareProcess(String msg,
                                     long bootingTime,
                                     long aBootedNodesNB,
                                     long anExpectedNodesNB)
Method Detail

toString

public String toString()
Overrides:
toString in class HardwareError


Copyright © 2013 LSST. All Rights Reserved.