]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5283 Deprecate SonarException
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 12 May 2014 09:27:22 +0000 (11:27 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 12 May 2014 09:27:22 +0000 (11:27 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/utils/SonarException.java

index 2af58f8b34e97d54165f368c9299e9694be012ac..bedc2e9162fb8b886ce6ed9e18bdc57feca68e57 100644 (file)
@@ -22,7 +22,9 @@ package org.sonar.api.utils;
 /**
  * Because we don't like checked exceptions !
  * @since 1.10
+ * @deprecated since 4.4. See SONAR-5283
  */
+@Deprecated
 public class SonarException extends RuntimeException {
   public SonarException() {
   }