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