Package net.sf.tapestry

Examples of net.sf.tapestry.StaleLinkException


        throw new StaleSessionException("The session has expired", getPage());
    }

    public void forceStaleLink(IRequestCycle cycle) throws RequestCycleException {
        log.warn("throwing stale link exception");
        throw new StaleLinkException("This link is STALE!", this);
    }
View Full Code Here

TOP

Related Classes of net.sf.tapestry.StaleLinkException

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.