This error is thrown when no Channel is available to send messages.
This error is thrown by the following methods within the framework:
ChannelSet.send()
if the ChannelSet has no channels.
Constructor
new(msg:String)
Constructs a new instance of the NoChannelAvailableError with the specified message.
Parameters:
msg | String that contains the message that describes this NoChannelAvailableError. |
---|