Class ErrorMessage
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
-
- org.apache.wicket.protocol.ws.api.message.ErrorMessage
-
- All Implemented Interfaces:
Serializable
,IWebSocketMessage
,IClusterable
public class ErrorMessage extends AbstractClientMessage
Amessage
sent when there is an error while using the web socket connection.- Since:
- 7.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorMessage(Application application, String sessionId, IKey key, Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getThrowable()
String
toString()
-
Methods inherited from class org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
getApplication, getKey, getSessionId
-
-
-
-
Constructor Detail
-
ErrorMessage
public ErrorMessage(Application application, String sessionId, IKey key, Throwable t)
-
-