mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
08.15.2007 426f6fff96db9c07683e5a27b8b745b3e13c29ff
opends/src/quicksetup/org/opends/quicksetup/ApplicationException.java
@@ -96,6 +96,11 @@
    TOOL_ERROR,
    /**
     * User canceled operation.
     */
    CANCEL,
    /**
     * A bug (for instance when we throw an IllegalStateException).
     */
    BUG