Package net.sf.tapestry

Examples of net.sf.tapestry.StaleSessionException


                new MyException("this is an intentional runtime exception"));
    }

    public void forceStaleSession(IRequestCycle cycle) throws RequestCycleException {
        log.warn("throwing stale session exception");
        throw new StaleSessionException("The session has expired", getPage());
    }
View Full Code Here

TOP

Related Classes of net.sf.tapestry.StaleSessionException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.