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