Class SessionTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SessionTimeoutException
    extends SessionException
    The given session has expired and can no longer be used. Clients should assume that after this exception has been thrown, that all further attempts to access the session will thrown RemovedSessionException
    Since:
    3.0-Beta3
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object sessionContext  
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionTimeoutException​(java.lang.String msg, java.lang.Object sessionContext)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • sessionContext

        public final java.lang.Object sessionContext
    • Constructor Detail

      • SessionTimeoutException

        public SessionTimeoutException​(java.lang.String msg,
                                       java.lang.Object sessionContext)