org.red5.compatibility.flex.messaging.messages
Class ErrorMessage

java.lang.Object
  extended by org.red5.compatibility.flex.messaging.messages.AbstractMessage
      extended by org.red5.compatibility.flex.messaging.messages.AsyncMessage
          extended by org.red5.compatibility.flex.messaging.messages.ErrorMessage
All Implemented Interfaces:
Serializable

public class ErrorMessage
extends AsyncMessage

Compatibility flex error message to be returned to the client.

Author:
The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)
See Also:
Serialized Form

Field Summary
 Object extendedData
           
 String faultCode
           
 String faultDetail
           
 String faultString
           
 Object rootCause
           
 
Fields inherited from class org.red5.compatibility.flex.messaging.messages.AsyncMessage
correlationId
 
Fields inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
body, clientId, destination, headers, messageId, timestamp, timeToLive
 
Constructor Summary
ErrorMessage()
           
 
Method Summary
 
Methods inherited from class org.red5.compatibility.flex.messaging.messages.AsyncMessage
addParameters
 
Methods inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

faultCode

public String faultCode

faultDetail

public String faultDetail

faultString

public String faultString

rootCause

public Object rootCause

extendedData

public Object extendedData
Constructor Detail

ErrorMessage

public ErrorMessage()


Copyright © 2006-2009 The Red5 Project