From 104f4888bbf587103dc1df6f870a8c688de66895 Mon Sep 17 00:00:00 2001 From: Daniel Beck Date: Wed, 27 Aug 2014 03:50:37 +0200 Subject: [PATCH] [FIXED JENKINS-24452] Don't export arbitrary unexportable exceptions --- core/src/main/java/hudson/slaves/OfflineCause.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/hudson/slaves/OfflineCause.java b/core/src/main/java/hudson/slaves/OfflineCause.java index 3d711dd5f0..7c5c77861f 100644 --- a/core/src/main/java/hudson/slaves/OfflineCause.java +++ b/core/src/main/java/hudson/slaves/OfflineCause.java @@ -103,7 +103,6 @@ public abstract class OfflineCause { * Caused by unexpected channel termination. */ public static class ChannelTermination extends OfflineCause { - @Exported public final Exception cause; public ChannelTermination(Exception cause) { -- GitLab