org.lsst.ccs.subsystems.fcs.errors
Class NodeIDMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.HardwareError
org.lsst.ccs.subsystems.fcs.errors.HardwareConfigurationError
org.lsst.ccs.subsystems.fcs.errors.NodeIDMismatchException
- All Implemented Interfaces:
- Serializable
public class NodeIDMismatchException
- extends HardwareConfigurationError
This exception is thrown when the detected node ID of a piece of hardware identified by its serial number
doesn't match the node ID that is in the configuration DB.
- Author:
- virieux
- See Also:
- Serialized Form
NodeIDMismatchException
public NodeIDMismatchException(CanOpenNode aNode,
PieceOfHardware aPieceOfHardware)
- Constructs an instance of
NodeIDMismatchException with the specified detail message.
- Parameters:
msg - the detail message.
NodeIDMismatchException
public NodeIDMismatchException(String msg,
CanOpenNode aNode,
PieceOfHardware aPieceOfHardware)
toString
public String toString()
- Overrides:
toString in class HardwareConfigurationError
Copyright © 2013 LSST. All Rights Reserved.