org.apache.tapestry.error
Interface StaleSessionExceptionPresenter
- All Known Implementing Classes:
- StaleSessionExceptionPresenterImpl
- public interface StaleSessionExceptionPresenter
Interface for a service used to report stale session exceptions.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
presentStaleSessionException
public void presentStaleSessionException(IRequestCycle cycle,
StaleSessionException cause)
throws java.io.IOException
- Reports the stale session exception.
- Parameters:
cycle
- the current request cyclecause
- the exception that was caught
- Throws:
java.io.IOException