Package bugjac511a.bugjac511b

Examples of bugjac511a.bugjac511b.TestException


*/
public class BugJac511ServerImpl extends BugJac511ServerPOA
{
    public void request_sending_exception() throws TestException
    {
        throw new TestException();
    }
View Full Code Here

TOP

Related Classes of bugjac511a.bugjac511b.TestException

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.