public final class IllegalChannelException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
IllegalChannelException(int channel_)
Constructs an illegal channel exception.
|
IllegalChannelException(int channel_,
java.lang.String message_)
Constructs an illegal channel exception.
|
IllegalChannelException(int channel_,
java.lang.String message_,
java.lang.Throwable cause_)
Constructs an illegal channel exception.
|
IllegalChannelException(int channel_,
java.lang.Throwable cause_)
Constructs an illegal channel exception.
|
Modifier and Type | Method and Description |
---|---|
int |
getChannel() |
public static final long serialVersionUID
public IllegalChannelException(int channel_)
channel_
- Illegal channel number.public IllegalChannelException(int channel_, java.lang.String message_)
channel_
- Illegal channel number.message_
- Is the message.public IllegalChannelException(int channel_, java.lang.Throwable cause_)
channel_
- Illegal channel number.cause_
- Is the throwable cause of this exception.public IllegalChannelException(int channel_, java.lang.String message_, java.lang.Throwable cause_)
channel_
- Illegal channel number.message_
- Is the message.cause_
- Is the throwable cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft