org.lsst.ccs.subsystems.fcs.errors
Class CanOpenCommunicationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.CanOpenError
org.lsst.ccs.subsystems.fcs.errors.CanOpenCommunicationError
- All Implemented Interfaces:
- Serializable
public class CanOpenCommunicationError
- extends CanOpenError
- Author:
- virieux
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.