public class ExpiredSessionException extends StoppedSessionException
Constructor and Description |
---|
ExpiredSessionException()
Creates a new ExpiredSessionException.
|
ExpiredSessionException(String message)
Constructs a new ExpiredSessionException.
|
ExpiredSessionException(String message,
Throwable cause)
Constructs a new ExpiredSessionException.
|
ExpiredSessionException(Throwable cause)
Constructs a new ExpiredSessionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExpiredSessionException()
public ExpiredSessionException(String message)
message
- the reason for the exceptionpublic ExpiredSessionException(Throwable cause)
cause
- the underlying Throwable that caused this exception to be thrown.public ExpiredSessionException(String message, Throwable cause)
message
- the reason for the exceptioncause
- the underlying Throwable that caused this exception to be thrown.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.