|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.compatibility.flex.messaging.messages.AbstractMessage
org.red5.compatibility.flex.messaging.messages.AsyncMessage
org.red5.compatibility.flex.messaging.messages.ErrorMessage
public class ErrorMessage
Compatibility flex error message to be returned to the client.
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 |
---|
public String faultCode
public String faultDetail
public String faultString
public Object rootCause
public Object extendedData
Constructor Detail |
---|
public ErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |