wrappedCallback = null;
} else {
wrappedCallback = new GenericCallback<List<Boolean>>() {
@Override
public void success(List<Boolean> values) {
ExceptionCatchMode newCatchMode;
if (values.get(0)) {
if (values.get(1)) {
newCatchMode = ExceptionCatchMode.ALL;
} else {
// We cannot fit this combination into ExceptionCatchMode.