| falure.getDetails());
}
// Unless there is problem in the framework or generic activity implementation this shouldn't be executed
ActivityTaskFailedException failure = new ActivityTaskFailedException(0, activityType, parameters.getActivityId(),
e.getMessage(), null);
failure.initCause(e);
throw failure;
}
return result;
}
|