Exception
| Flags | Type | Name | Summary |
|---|---|---|---|
| public | |
Channel (r)
|
Retrieves the channel number concerned; will return -1 in the case where "no more free channels" is being signalled, or a non-negative integer when "channel is in use" is being signalled. |
| Flags | Name | Summary |
|---|---|---|
| public | ChannelAllocationException(int channel)
|
Indicates that the specified channel is in use |
| public | ChannelAllocationException()
|
Indicates that there are no more free channels. |