public class NoSuchChannelException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
NoSuchChannelException()
Creates new
NoSuchChannelException without detail message. |
NoSuchChannelException(AcceleratorNode node,
java.lang.String handle)
NoSuchChannelException constructor for a missing channel corresponding to the specified
node and handle.
|
NoSuchChannelException(MagnetPowerSupply powerSupply,
java.lang.String handle)
NoSuchChannelException constructor for a missing channel corresponding to the specified
powerSupply and handle.
|
NoSuchChannelException(java.lang.String msg)
Constructs an
NoSuchChannelException with the specified detail message. |
NoSuchChannelException(TimingCenter timingCenter,
java.lang.String handle)
NoSuchChannelException constructor for a missing channel corresponding to the specified
timing center and handle.
|
public NoSuchChannelException()
NoSuchChannelException without detail message.public NoSuchChannelException(java.lang.String msg)
NoSuchChannelException with the specified detail message.msg - the detail message.public NoSuchChannelException(AcceleratorNode node, java.lang.String handle)
node - The node where to find the channelhandle - The node's handle for the channelpublic NoSuchChannelException(MagnetPowerSupply powerSupply, java.lang.String handle)
powerSupply - The node where to find the channelhandle - The handle for the channelpublic NoSuchChannelException(TimingCenter timingCenter, java.lang.String handle)
timingCenter - The timingCenter where to find the channelhandle - The handle for the channel