public class CallErrorMessage extends WampMessage
Server-to-Client message
EMPTY_OBJECT| Constructor and Description |
|---|
CallErrorMessage(CallMessage callMessage,
String errorURI,
String errorDesc) |
CallErrorMessage(CallMessage callMessage,
String errorURI,
String errorDesc,
Object errorDetails) |
CallErrorMessage(com.fasterxml.jackson.core.JsonParser jp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallID() |
String |
getErrorDesc() |
Object |
getErrorDetails() |
String |
getErrorURI() |
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
fromJson, fromJson, fromJson, getDestination, getHeader, getHeaders, getPayload, getPrincipal, getType, getWampSession, getWebSocketSessionId, replacePrefix, setDestinationTemplateVariables, setHeader, setWebSocketSessionIdpublic CallErrorMessage(CallMessage callMessage, String errorURI, String errorDesc)
public CallErrorMessage(CallMessage callMessage, String errorURI, String errorDesc, Object errorDetails)
public CallErrorMessage(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionpublic String getCallID()
public String getErrorURI()
public String getErrorDesc()
public Object getErrorDetails()
public String toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) throws IOException
toJson in class WampMessageIOExceptionCopyright © 2014–2017. All rights reserved.