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 message)
Constructs a new InvalidSessionException.
|
InvalidSessionException(String message,
Throwable cause)
Constructs a new InvalidSessionException.
|
InvalidSessionException(Throwable cause)
Constructs a new InvalidSessionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSessionException()
public InvalidSessionException(String message)
message - the reason for the exceptionpublic InvalidSessionException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.