public class InvalidSessionException extends SessionException
stopped programmatically. A Session can also be considered invalid if it has expired.
StoppedSessionException,
ExpiredSessionException,
UnknownSessionException,
Serialized Form
| Constructor and Description |
|---|
InvalidSessionException()
Creates a new InvalidSessionException.
|
InvalidSessionException(String
Constructs a new InvalidSessionException.
|
InvalidSessionException(String
Constructs a new InvalidSessionException.
|
InvalidSessionException(Throwable
Constructs a new InvalidSessionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSessionException()
public InvalidSessionException(Stringmessage)
message - the reason for the exception
public InvalidSessionException(Throwablecause)
cause - the underlying Throwable that caused this exception to be thrown.