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

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.UnexpectedBootMessageReceivedException
All Implemented Interfaces:
Serializable

public class UnexpectedBootMessageReceivedException
extends HardwareException

This exception is thrown when we receive an unexpected boot message from the field bus after the end of the boot process.

Author:
virieux
See Also:
Serialized Form

Constructor Summary
UnexpectedBootMessageReceivedException(String msg, String nodeID)
           
 
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
 

Constructor Detail

UnexpectedBootMessageReceivedException

public UnexpectedBootMessageReceivedException(String msg,
                                              String nodeID)
Method Detail

toString

public String toString()
Overrides:
toString in class HardwareException


Copyright © 2013 LSST. All Rights Reserved.