handleRejected: function(reasons) {
            if (!this.getExecuted()) {
                this.executed = true;
                this.doHandleRejected(reasons);
            } else {