171172173174175176177178
//-- method not found in service --// final String msg = StringUtils.format( "Method '{0}' not found in service '{1}'.", methodName, serviceInstance.getClass().getName()); throw new ServiceMethodNotFoundException(msg); } }