org.atmosphere.websocket
Class WebSocketProcessor.WebSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.atmosphere.websocket.WebSocketProcessor.WebSocketException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- WebSocketProcessor
public static final class WebSocketProcessor.WebSocketException
- extends Exception
An exception that can be used to flag problems with the WebSocket processing.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WebSocketProcessor.WebSocketException
public WebSocketProcessor.WebSocketException(String s,
AtmosphereResponse r)
WebSocketProcessor.WebSocketException
public WebSocketProcessor.WebSocketException(Throwable throwable,
AtmosphereResponse r)
response
public AtmosphereResponse response()
Copyright © 2013. All Rights Reserved.