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