|
JSecurity | |||||||||
| 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.jsecurity.JSecurityException
org.jsecurity.session.SessionException
org.jsecurity.session.InvalidSessionException
org.jsecurity.session.StoppedSessionException
org.jsecurity.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(Serializable sessionId)
Constructs a new ExpiredSessionException. |
|
ExpiredSessionException(String message)
Constructs a new ExpiredSessionException. |
|
ExpiredSessionException(String message,
Serializable sessionId)
Constructs a new ExpiredSessionException. |
|
ExpiredSessionException(String message,
Throwable cause)
Constructs a new ExpiredSessionException. |
|
ExpiredSessionException(String message,
Throwable cause,
Serializable sessionId)
Constructs a new ExpiredSessionException. |
|
ExpiredSessionException(Throwable cause)
Constructs a new ExpiredSessionException. |
|
| Method Summary |
|---|
| Methods inherited from class org.jsecurity.session.SessionException |
|---|
getSessionId, setSessionId |
| 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.public ExpiredSessionException(Serializable sessionId)
sessionId - the session id of the session that expired.
public ExpiredSessionException(String message,
Serializable sessionId)
message - the reason for the exceptionsessionId - the session id of the session that expired.
public ExpiredSessionException(String message,
Throwable cause,
Serializable sessionId)
message - the reason for the exceptioncause - the underlying Throwable that caused this exception to be thrown.sessionId - the session id of the session that expired.
|
JSecurity | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||