Language Version : | ActionScript 3.0 |
Product Versions : | BlazeDS 4, LCDS 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
This error is thrown when a destination can't be accessed
or is not valid.
This error is thrown by the following methods/properties
within the framework:
-
ServerConfig.getChannelSet()
if an invalid destination is specified.
-
ServerConfig.getProperties()
if an invalid destination is specified.
-
Channel.send()
if no destination is specified for the message to send.
-
MessageAgent.destination
setter if the destination value is null or zero length.
-
Producer.send()
if no destination is specified for the Producer or message to send.
-
Consumer.subscribe()
if no destination is specified for the Consumer.
public function InvalidDestinationError(msg:String)
Language Version : | ActionScript 3.0 |
Product Versions : | BlazeDS 4, LCDS 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructs a new instance of an InvalidDestinationError with the specified message.
Parameters | msg:String — String that contains the message that describes this InvalidDestinationError.
|
Mon Jul 9 2012, 07:18 PM -04:00