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

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.CanOpenGenericError
All Implemented Interfaces:
Serializable

public class CanOpenGenericError
extends CanOpenError

Author:
virieux
See Also:
Serialized Form

Constructor Summary
CanOpenGenericError()
          Creates a new instance of CanOpenGenericError without detail message.
CanOpenGenericError(String msg)
          Constructs an instance of CanOpenGenericError with the specified detail message.
CanOpenGenericError(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

CanOpenGenericError

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


CanOpenGenericError

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

Parameters:
msg - the detail message.

CanOpenGenericError

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


Copyright © 2012 LSST. All Rights Reserved.