From 63f0afc5f8c1dc5b033ac432b0058fc59ad03c43 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 7 Mar 2008 22:31:48 +0000 Subject: [PATCH] [216252] make IndicatorException a deprecated RuntimeException --- .../services/clientserver/messages/IndicatorException.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/IndicatorException.java b/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/IndicatorException.java index 73de67cc92e..2169491bc8c 100644 --- a/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/IndicatorException.java +++ b/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/IndicatorException.java @@ -17,9 +17,11 @@ package org.eclipse.rse.services.clientserver.messages; /** - * used to indicate that the indicator is not valid. + * used to indicate that the indicator is not valid. + * @deprecated This exception is no longer used and client code should not + * try catching it unless it wants to be compatible with earlier RSE versions. */ -public class IndicatorException extends Exception +public class IndicatorException extends RuntimeException { /** *