Package org.apache.roller.planet.business

Examples of org.apache.roller.planet.business.InitializationException


        // we always need to do a flush after initialization because it's
        // possible that some changes need to be persisted
        try {
            flush();
        } catch(PlanetException ex) {
            throw new InitializationException("Error flushing after initialization", ex);
        }
       
        log.info("Roller Planet business tier successfully initialized");
    }
View Full Code Here

TOP

Related Classes of org.apache.roller.planet.business.InitializationException

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.