org.lsst.ccs.subsystems.fcs.errors
Class ConfigNodeIDMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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)
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2012 LSST. All Rights Reserved.