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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.errors.ConfigNodeIDMismatchException
All Implemented Interfaces:
Serializable

public class ConfigNodeIDMismatchException
extends Exception

This exception is thrown when the detected node ID of a piece of hardware doesn't match the node ID that is in the configuration DB.

Author:
virieux
See Also:
Serialized Form

Constructor Summary
ConfigNodeIDMismatchException(CanOpenNode aNode, PieceOfHardware aPieceOfHardware)
          Constructs an instance of ConfigNodeIDMismatchException with the specified detail message.
ConfigNodeIDMismatchException(CanOpenNode aNode, PieceOfHardware aPieceOfHardware, String msg)
           
ConfigNodeIDMismatchException(String cause, CanOpenNode aNode, PieceOfHardware aPieceOfHardware)
           
 
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

ConfigNodeIDMismatchException

public ConfigNodeIDMismatchException(CanOpenNode aNode,
                                     PieceOfHardware aPieceOfHardware)
Constructs an instance of ConfigNodeIDMismatchException with the specified detail message.

Parameters:
msg - the detail message.

ConfigNodeIDMismatchException

public ConfigNodeIDMismatchException(CanOpenNode aNode,
                                     PieceOfHardware aPieceOfHardware,
                                     String msg)

ConfigNodeIDMismatchException

public ConfigNodeIDMismatchException(String cause,
                                     CanOpenNode aNode,
                                     PieceOfHardware aPieceOfHardware)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012 LSST. All Rights Reserved.