Uses of Class
org.apache.shiro.session.StoppedSessionException
-
Packages that use StoppedSessionException Package Description org.apache.shiro.session Components related to managing sessions, the time-based data contexts in which a Subject interacts with an application. -
-
Uses of StoppedSessionException in org.apache.shiro.session
Subclasses of StoppedSessionException in org.apache.shiro.session Modifier and Type Class Description class
ExpiredSessionException
A special case of a StoppedSessionException.
-