WebSocket 1.0 - Apache Tomcat 7.0.47

javax.websocket
Class SessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.websocket.SessionException
All Implemented Interfaces:
java.io.Serializable

public class SessionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SessionException(java.lang.String message, java.lang.Throwable cause, Session session)
           
 
Method Summary
 Session getSession()
           
 
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

SessionException

public SessionException(java.lang.String message,
                        java.lang.Throwable cause,
                        Session session)
Method Detail

getSession

public Session getSession()

WebSocket 1.0 - Apache Tomcat 7.0.47

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.