Package org.jamesii.core.remote

Examples of org.jamesii.core.remote.RemoteCallForbiddenException


   *          the method name
   *
   * @return never anything, this method will throw an exception.
   */
  public static <O> O throwDontCallRemotelyException(String methodName) {
    throw new RemoteCallForbiddenException("It is not allowed to call "
        + methodName + " on the remote object.");
  }
View Full Code Here


   *          the method name
   *
   * @return never anything, this method will throw an exception.
   */
  public static <O> O throwDontCallRemotelyException(String methodName) {
    throw new RemoteCallForbiddenException("It is not allowed to call "
        + methodName + " on the remote object.");
  }
View Full Code Here

TOP

Related Classes of org.jamesii.core.remote.RemoteCallForbiddenException

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.