Package org.atmosphere.websocket
Class WebSocketProcessor.WebSocketException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.atmosphere.websocket.WebSocketProcessor.WebSocketException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- WebSocketProcessor
public static final class WebSocketProcessor.WebSocketException extends java.lang.ExceptionAn exception that can be used to flag problems with the WebSocket processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebSocketException(java.lang.String s, AtmosphereResponse r)WebSocketException(java.lang.Throwable throwable, AtmosphereResponse r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtmosphereResponseresponse()
-
-
-
Constructor Detail
-
WebSocketException
public WebSocketException(java.lang.String s, AtmosphereResponse r)
-
WebSocketException
public WebSocketException(java.lang.Throwable throwable, AtmosphereResponse r)
-
-
Method Detail
-
response
public AtmosphereResponse response()
-
-