public interface StaleLinkExceptionPresenter
StaleLinkException
.Modifier and Type | Method and Description |
---|---|
void |
presentStaleLinkException(IRequestCycle cycle,
StaleLinkException cause)
Reports the stale link exception.
|
void presentStaleLinkException(IRequestCycle cycle, StaleLinkException cause) throws java.io.IOException
cycle
- the current request cyclecause
- the exception that was caughtjava.io.IOException