Packagecom.pcbsys.nirvana.client.error
Classpublic class nRealmConnectionFailedError
InheritancenRealmConnectionFailedError Inheritance Error

This error is thrown if a realm connection cannot be made after a predetermined amount of times on initial connection



Public Properties
 PropertyDefined By
  connectionError : ErrorEvent
[read-only] Returns the ErrorEvent Raised by the attempted connection to the realm
nRealmConnectionFailedError
Public Methods
 MethodDefined By
  
nRealmConnectionFailedError(msg:String, error:ErrorEvent = null)
nRealmConnectionFailedError
Property Detail
connectionErrorproperty
connectionError:ErrorEvent  [read-only]

Returns the ErrorEvent Raised by the attempted connection to the realm


Implementation
    public function get connectionError():ErrorEvent
Constructor Detail
nRealmConnectionFailedError()Constructor
public function nRealmConnectionFailedError(msg:String, error:ErrorEvent = null)



Parameters
msg:String
 
error:ErrorEvent (default = null)