public class InvalidSessionException
extends org.springframework.security.core.AuthenticationException
| Constructor and Description |
|---|
InvalidSessionException()
Constructs an empty
InvalidSessionException. |
InvalidSessionException(String msg)
Constructs a
InvalidSessionException with the specified message. |
InvalidSessionException(String msg,
Throwable t)
Constructs a
InvalidSessionException with the specified message
and root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSessionException()
InvalidSessionException.public InvalidSessionException(String msg)
InvalidSessionException with the specified message.msg - the detail messagepublic InvalidSessionException(String msg, Throwable t)
InvalidSessionException with the specified message
and root cause.msg - the detail messaget - root causeCopyright © 2017 S&C Software. All rights reserved.