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

kenneth_suter
08.15.2007 3d8214539ebc6afc6f948f60a8010d3de8c31a0d
opendj-sdk/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