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

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

public class CanOpenCommunicationError
extends CanOpenError

Author:
virieux
See Also:
Serialized Form

Constructor Summary
CanOpenCommunicationError()
          Creates a new instance of CanOpenCommunicationError without detail message.
CanOpenCommunicationError(String msg)
          Constructs an instance of CanOpenCommunicationError with the specified detail message.
CanOpenCommunicationError(String msg, String nodeID, String errCode)
           
 
Method Summary
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.errors.CanOpenError
setErrCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CanOpenCommunicationError

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


CanOpenCommunicationError

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

Parameters:
msg - the detail message.

CanOpenCommunicationError

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


Copyright © 2012 LSST. All Rights Reserved.