Package org.exolab.jms.net.proxy

Examples of org.exolab.jms.net.proxy.RemoteInvocationException


     * Throws a <code>RemoveInvocationException</code> when invoked.
     *
     * @throws RemoteInvocationException when invoked
     */
    public void throwUndeclaredRemoteInvocationException() {
        throw new RemoteInvocationException("ExceptionService");
    }
View Full Code Here

TOP

Related Classes of org.exolab.jms.net.proxy.RemoteInvocationException

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.