Package org.jrebirth.af.core.exception.handler

Examples of org.jrebirth.af.core.exception.handler.PoolUncaughtExceptionHandler


     * Build and return the Uncaught Exception Handler for JRebirth Thread Pool.
     *
     * @return the uncaught exception handler for JRebirth Thread Pool
     */
    public UncaughtExceptionHandler getPoolUncaughtExceptionHandler() {
        return new PoolUncaughtExceptionHandler();
    }
View Full Code Here

TOP

Related Classes of org.jrebirth.af.core.exception.handler.PoolUncaughtExceptionHandler

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.