org.lsst.ccs.subsystems.fcs.errors
Class CanOpenCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.HardwareException
org.lsst.ccs.subsystems.fcs.errors.CanOpenException
org.lsst.ccs.subsystems.fcs.errors.CanOpenCommunicationException
- All Implemented Interfaces:
- Serializable
public class CanOpenCommunicationException
- extends CanOpenException
- Author:
- virieux
- See Also:
- Serialized Form
CanOpenCommunicationException
public CanOpenCommunicationException()
- Creates a new instance of
CanOpenCommunicationError without detail message.
CanOpenCommunicationException
public CanOpenCommunicationException(String msg)
- Constructs an instance of
CanOpenCommunicationError with the specified detail message.
- Parameters:
msg - the detail message.
CanOpenCommunicationException
public CanOpenCommunicationException(String msg,
String nodeID,
String errCode)
Copyright © 2013 LSST. All Rights Reserved.