org.lsst.ccs.subsystems.fcs.errors
Class HardwareNotDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.HardwareNotDetectedException
- All Implemented Interfaces:
- Serializable
public class HardwareNotDetectedException
- extends Exception
This exception is thrown when we can't detect a given Serial Number
on the Can Open network.
- Author:
- virieux
- See Also:
- Serialized Form
HardwareNotDetectedException
public HardwareNotDetectedException()
- Creates a new instance of
HardwareNotDetectedException without detail message.
HardwareNotDetectedException
public HardwareNotDetectedException(String msg)
- Constructs an instance of
HardwareNotDetectedException with the specified detail message.
- Parameters:
msg - the detail message.
HardwareNotDetectedException
public HardwareNotDetectedException(PieceOfHardware aPieceOfHardware)
HardwareNotDetectedException
public HardwareNotDetectedException(PieceOfHardware aPieceOfHardware,
String msg)
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2012 LSST. All Rights Reserved.