public class IllegalSessionStateException extends IllegalStateException
| Constructor and Description |
|---|
IllegalSessionStateException(SessionState illegalState)
Constructs an instance of this exception.
|
| Modifier and Type | Method and Description |
|---|---|
SessionState |
getIllegalState()
Returns the illegal state of a session that caused this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalSessionStateException(SessionState illegalState)
illegalState - the illegal state of a session that caused this exceptionpublic SessionState getIllegalState()
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.