Packagehessian.io
Classpublic class HessianProtocolError
InheritanceHessianProtocolError Inheritance flash.errors.IOError

An IOError thrown if a Hessian protocol error is experienced.



Public Properties
 PropertyDefined by
  rootCause : Error
[read-only] An Error that caused this error.
HessianProtocolError
Public Methods
 MethodDefined by
  
HessianProtocolError(msg:String = "", rootCause:Error = null)
Creates a new HessianProtocolError.
HessianProtocolError
Property detail
rootCauseproperty
rootCause:Error  [read-only]

An Error that caused this error.

Implementation
    public function get rootCause():Error
Constructor detail
HessianProtocolError()constructor
public function HessianProtocolError(msg:String = "", rootCause:Error = null)

Creates a new HessianProtocolError.

Parameters
msg:String (default = "") — A message associated with the error.
 
rootCause:Error (default = null) — An Error that caused this error.