From c4b9bc65a899b18c2b7a4b8c38e7eeab51027700 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 30 Apr 2007 21:31:38 +0000
Subject: [PATCH] This commit is mainly intended to prevent the sort of false positives that occur when the upgrader assumes the server has been upgraded properly but leaves the server in a corrupt state (see issues 1546 and 1559). The following changes are introduced:
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ApplicationException.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ApplicationException.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ApplicationException.java
index 06a6591..0362cac 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ApplicationException.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ApplicationException.java
@@ -89,6 +89,11 @@
APPLICATION,
/**
+ * Error invoking an OpenDS tool.
+ */
+ TOOL_ERROR,
+
+ /**
* A bug (for instance when we throw an IllegalStateException).
*/
BUG
--
Gitblit v1.10.0