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

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

Field Summary
 long bootedNodesNB
           
 long expectedNodesNB
           
 long timeout
           
 
Constructor Summary
ErrorInBootingHardwareProcessException(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

ErrorInBootingHardwareProcessException

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

toString

public String toString()
Overrides:
toString in class HardwareException


Copyright © 2013 LSST. All Rights Reserved.