public final class InvalidUserSession extends RuntimeException implements UserSession
| Constructor and Description |
|---|
InvalidUserSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
ifValidDo(Runnable action) |
<T> T |
ifValidGet(Supplier<T> supplier) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic void ifValidDo(Runnable action)
ifValidDo in interface UserSessionpublic <T> T ifValidGet(Supplier<T> supplier)
ifValidGet in interface UserSessionCopyright © 2017. All rights reserved.