LoggingService loggingService = Aura.getLoggingService();
loggingService.stopTimer(LoggingService.TIMER_AURA);
loggingService.startTimer("java");
try {
loggingService.incrementNum("JavaCallCount");
this.returnValue = this.actionDef.getMethod().invoke(bean, args);
this.state = State.SUCCESS;
} catch (InvocationTargetException e) {
// something bad happened in the body of the action itself
// getCause() unwraps the InvocationTargetException, gives us the