|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.session.SessionException
org.apache.shiro.session.InvalidSessionException
org.apache.shiro.session.StoppedSessionException
org.apache.shiro.session.ExpiredSessionException
public class ExpiredSessionException
A special case of a StoppedSessionException. An expired session is a session that has stopped explicitly due to inactivity (i.e. time-out), as opposed to stopping due to log-out or other reason.
| Constructor Summary | |
|---|---|
ExpiredSessionException()
Creates a new ExpiredSessionException. |
|
ExpiredSessionException(String message)
Constructs a new ExpiredSessionException. |
|
ExpiredSessionException(String message,
Throwable cause)
Constructs a new ExpiredSessionException. |
|
ExpiredSessionException(Throwable cause)
Constructs a new ExpiredSessionException. |
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExpiredSessionException()
public ExpiredSessionException(String message)
message - the reason for the exceptionpublic ExpiredSessionException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.
public ExpiredSessionException(String message,
Throwable cause)
message - the reason for the exceptioncause - the underlying Throwable that caused this exception to be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||