Package org.apache.openejb.test

Examples of org.apache.openejb.test.AnnotatedApplicationException


    /**
     * Throws an ApplicationException when invoked
     *
     */
    public void throwAnnotatedApplicationException() {
        throw new AnnotatedApplicationException("Testing ability to throw Application Exceptions (annotated)");
    }
View Full Code Here


    /**
     * Throws an ApplicationException when invoked
     *
     */
    public void throwAnnotatedApplicationException() {
        throw new AnnotatedApplicationException("Testing ability to throw Application Exceptions (annotated)");
    }
View Full Code Here

    /**
     * Throws an ApplicationException when invoked
     */
    public void throwAnnotatedApplicationException() {
        throw new AnnotatedApplicationException("Testing ability to throw Application Exceptions (annotated)");
    }
View Full Code Here

TOP

Related Classes of org.apache.openejb.test.AnnotatedApplicationException

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.