org.atmosphere.websocket
Class WebSocketProcessor.WebSocketException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.atmosphere.websocket.WebSocketProcessor.WebSocketException
All Implemented Interfaces:
Serializable
Enclosing class:
WebSocketProcessor

public static final class WebSocketProcessor.WebSocketException
extends Exception

See Also:
Serialized Form

Constructor Summary
WebSocketProcessor.WebSocketException(String s, AtmosphereResponse r)
           
WebSocketProcessor.WebSocketException(Throwable throwable, AtmosphereResponse r)
           
 
Method Summary
 AtmosphereResponse response()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebSocketProcessor.WebSocketException

public WebSocketProcessor.WebSocketException(String s,
                                             AtmosphereResponse r)

WebSocketProcessor.WebSocketException

public WebSocketProcessor.WebSocketException(Throwable throwable,
                                             AtmosphereResponse r)
Method Detail

response

public AtmosphereResponse response()


Copyright © 2012. All Rights Reserved.