public class InvalidatedHttpSessionException extends IllegalStateException
HttpSession
is currently invalidated and can not be
used. This can occur:
HttpSession
has been invalidated with no further
HttpSession
required (in other words not creating another
HttpSession
)HttpSession
invalidation as another HttpSession
is
being createdHttpSession
Constructor and Description |
---|
InvalidatedHttpSessionException()
Initiate.
|
InvalidatedHttpSessionException(Throwable cause)
Initiate with cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidatedHttpSessionException()
public InvalidatedHttpSessionException(Throwable cause)
cause
- Cause of HttpSession
being invalid.Copyright © 2005–2016. All rights reserved.