Class ErrorMessage
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
-
- org.apache.wicket.protocol.ws.api.message.ErrorMessage
-
- All Implemented Interfaces:
java.io.Serializable,IWebSocketMessage,org.apache.wicket.util.io.IClusterable
public class ErrorMessage extends AbstractClientMessage
Amessagesent 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(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetThrowable()java.lang.StringtoString()-
Methods inherited from class org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
getApplication, getKey, getSessionId
-
-
-
-
Constructor Detail
-
ErrorMessage
public ErrorMessage(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, java.lang.Throwable t)
-
-