| Package | hessian.io | 
| Class | public class HessianProtocolError | 
| Inheritance | HessianProtocolError   flash.errors.IOError | 
| Property | Defined by | ||
|---|---|---|---|
| rootCause : Error [read-only]
      An Error that caused this error. 
 | HessianProtocolError | ||
| Method | Defined by | ||
|---|---|---|---|
| 
 
HessianProtocolError(msg:String = "", rootCause:Error = null) 
     Creates a new HessianProtocolError. 
 | HessianProtocolError | ||
| rootCause | property | 
rootCause:Error  [read-only]An Error that caused this error.
Implementation    public function get rootCause():Error
| HessianProtocolError | () | constructor | 
public function HessianProtocolError(msg:String = "", rootCause:Error = null)Creates a new HessianProtocolError.
Parametersmsg:String (default = "") — A message associated with the error.
      | 
|
rootCause:Error (default = null) — An Error that caused this error.
      |