View source
class InvalidChannelError
package feathers.messaging.errors
extends ChannelError › MessagingError
This error is thrown when a Channel can't be accessed or is not valid for the current destination. This error is thrown by the following methods/properties within the framework:
ServerConfig.getChannel()
if the channel can't be found based on channel id.
Constructor
new(msg:String)
Constructs a new instance of an InvalidChannelError with the specified message.
Parameters:
msg | String that contains the message that describes this InvalidChannelError. |
---|