ch.systemsx.cisd.common.exceptions
Class InvalidSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.systemsx.cisd.common.exceptions.HighLevelException
                  extended by ch.systemsx.cisd.common.exceptions.UserFailureException
                      extended by ch.systemsx.cisd.common.exceptions.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

Constructor Summary
InvalidSessionException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class ch.systemsx.cisd.common.exceptions.UserFailureException
fromTemplate, fromTemplate
 
Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable, isRetriable
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSessionException

public InvalidSessionException(java.lang.String message)