public class ExpiredSessionException extends StoppedSessionException
| Constructor and Description |
|---|
ExpiredSessionException()
Creates a new ExpiredSessionException.
|
ExpiredSessionException(String
Constructs a new ExpiredSessionException.
|
ExpiredSessionException(String
Constructs a new ExpiredSessionException.
|
ExpiredSessionException(Throwable
Constructs a new ExpiredSessionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpiredSessionException()
public ExpiredSessionException(Stringmessage)
message - the reason for the exception
public ExpiredSessionException(Throwablecause)
cause - the underlying Throwable that caused this exception to be thrown.