Package sample.rmi.server.exception

Examples of sample.rmi.server.exception.Exception1


import sample.rmi.server.exception.Exception3;

public class Service3 implements Service3Interface {

    public void method1() throws Exception1 {
        throw new Exception1("Test Exception1");
    }
View Full Code Here

TOP

Related Classes of sample.rmi.server.exception.Exception1

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.