Class InvalidSessionException

  • All Implemented Interfaces:
    ch.systemsx.cisd.common.shared.basic.exception.IOptionalStackTraceLoggingException, java.io.Serializable

    public final class InvalidSessionException
    extends UserFailureException
    implements ch.systemsx.cisd.common.shared.basic.exception.IOptionalStackTraceLoggingException
    This UserFailureException extension signals that a session has expired.
    See Also:
    Serialized Form
    • 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
    • Constructor Detail

      • InvalidSessionException

        public InvalidSessionException​(java.lang.String message)