public interface StaleSessionExceptionPresenter
| Modifier and Type | Method and Description |
|---|---|
void |
presentStaleSessionException(IRequestCycle cycle,
StaleSessionException cause)
Reports the stale session exception.
|
void presentStaleSessionException(IRequestCycle cycle, StaleSessionException cause) throws java.io.IOException
cycle - the current request cyclecause - the exception that was caughtjava.io.IOException