Package net.sf.joafip.store.service.proxy

Examples of net.sf.joafip.store.service.proxy.ProxyException


    this.bob1 = bob1;
  }

  public void method(final boolean throwException) throws ProxyException {
    if (throwException) {
      throw new ProxyException();
    }
  }
View Full Code Here

TOP

Related Classes of net.sf.joafip.store.service.proxy.ProxyException

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.