Package org.objectweb.hello_world_doc_lit

Examples of org.objectweb.hello_world_doc_lit.PingMeFault


    public void pingMe() throws PingMeFault {
        FaultDetail fd = new FaultDetail();
        fd.setMajor((short)2);
        fd.setMinor((short)1);
        throw new PingMeFault("Test Exception", fd);
    }
View Full Code Here

TOP

Related Classes of org.objectweb.hello_world_doc_lit.PingMeFault

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.