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

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.CanOpenException
                  extended by org.lsst.ccs.subsystems.fcs.errors.CanOpenTemperatureException
All Implemented Interfaces:
Serializable

public class CanOpenTemperatureException
extends CanOpenException

Author:
virieux
See Also:
Serialized Form

Constructor Summary
CanOpenTemperatureException()
          Creates a new instance of CanOpenTemperatureError without detail message.
CanOpenTemperatureException(String msg)
          Constructs an instance of CanOpenTemperatureError with the specified detail message.
CanOpenTemperatureException(String msg, String nodeID, String errCode)
           
 
Method Summary
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.errors.CanOpenException
setErrCode, 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

CanOpenTemperatureException

public CanOpenTemperatureException()
Creates a new instance of CanOpenTemperatureError without detail message.


CanOpenTemperatureException

public CanOpenTemperatureException(String msg)
Constructs an instance of CanOpenTemperatureError with the specified detail message.

Parameters:
msg - the detail message.

CanOpenTemperatureException

public CanOpenTemperatureException(String msg,
                                   String nodeID,
                                   String errCode)


Copyright © 2013 LSST. All Rights Reserved.