Package net.sourceforge.processdash.net.http

Examples of net.sourceforge.processdash.net.http.TinyCGIException.initCause()


            return result;

        } catch (Throwable t) {
            t.printStackTrace();
            TinyCGIException e = new TinyCGIException(500, "Internal Error");
            e.initCause(t);
            throw e;
        }
    }

View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.