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

jvergara
15.52.2007 4c484ff6ea57ce79c5072a830e6536ac41c820c3
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallException.java
@@ -56,6 +56,10 @@
     */
    STOP_ERROR,
    /**
     * Error disabling the Windows service.
     */
    WINDOWS_SERVICE_ERROR,
    /**
     * A bug (for instance when we throw an IllegalStateException).
     */
    BUG