* 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.");
}