Packagecom.ericfeminella.rpc.errors
Classpublic class RTMPConnectionException
InheritanceRTMPConnectionException Inheritance Error

An RTMPConnectionException is thrown if an RPC call is made and Flash Player does not have a persisted RTMP connection to the server of the remote object



Public Methods
 MethodDefined by
  
RTMPConnectionException(method:String, remoteClass:String)
Throws an error specifying that the is not a persisted RTMP connection
RTMPConnectionException
Public Constants
 ConstantDefined by
  MESSAGE : String = "The persistent RTMP connection has been disconnected. Can not invoke '{0}' on '{1}'"
[static]
RTMPConnectionException
Constructor detail
RTMPConnectionException()constructor
public function RTMPConnectionException(method:String, remoteClass:String)

Throws an error specifying that the is not a persisted RTMP connection

Parameters
method:String
 
remoteClass:String
Constant detail
MESSAGEconstant
public static const MESSAGE:String = "The persistent RTMP connection has been disconnected. Can not invoke '{0}' on '{1}'"