Class InvalidSessionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidSessionException
    extends XSException
    Exception thrown on any session operations when the session is not valid. A common case is that the session has been destroyed.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidSessionException

        public InvalidSessionException()
      • InvalidSessionException

        public InvalidSessionException​(java.lang.String e)
      • InvalidSessionException

        public InvalidSessionException​(java.lang.Throwable t)
      • InvalidSessionException

        public InvalidSessionException​(java.lang.String msg,
                                       java.lang.Throwable t)