提交 8645978b 编写于 作者: S Stephen Connolly

[JENKINS-31055] Finessing the exception handling

上级 e4b1aab4
......@@ -183,6 +183,9 @@ public class Nodes implements Saveable {
return false;
}
});
} catch (RuntimeException e) {
// should never happen, but if it does let's do the right thing
throw e;
} catch (Exception e) {
// can never happen
exists = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册