Exception thrown when attempting to interact with the system under an established session when that session is considered invalid. The meaning of the term 'invalid' is based on application behavior. For example, a Session is considered invalid if it has been explicitly stopped (e.g. when a user logs-out or when explicitly {@link Session#stop() stopped} programmatically. A Session can also beconsidered invalid if it has expired.
@author Les Hazlewood
@see StoppedSessionException
@see ExpiredSessionException
@see UnknownSessionException
@since 0.1
This is an exception that is thrown by the ClientSessionService, if a check for validity of a session has failed. This can be caused by manipulation of a session or by a timeout.
@author Falk Hartmann
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.