This error is thrown when no Channel is available to send messages.

This error is thrown by the following methods within the framework:

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.

Inherited Variables

Inherited Methods

Defined by MessagingError

toString():String

Returns the string "[MessagingError]" by default, and includes the message property if defined.

Returns:

String representation of the MessagingError.