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

boli
02.48.2007 061e0172510debb6cd8920caa717c29a10e1b233
opends/src/server/org/opends/server/protocols/jmx/RmiConnector.java
@@ -46,7 +46,7 @@
import org.opends.server.config.JMXMBean;
import org.opends.server.extensions.NullKeyManagerProvider;
import static org.opends.server.loggers.debug.DebugLogger.debugCought;
import static org.opends.server.loggers.debug.DebugLogger.debugCaught;
import static org.opends.server.loggers.debug.DebugLogger.debugEnabled;
import static org.opends.server.loggers.debug.DebugLogger.debugVerbose;
import static org.opends.server.loggers.debug.DebugLogger.debugWarning;
@@ -184,7 +184,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      throw new RuntimeException("Error while starting the RMI module : "
@@ -254,7 +254,7 @@
          //
          // throw the original exception
          debugCought(DebugLogLevel.ERROR, re);
          debugCaught(DebugLogLevel.ERROR, re);
        }
        throw re;
      }
@@ -407,7 +407,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      throw e;
    }
@@ -479,7 +479,7 @@
      // TODO Log an error message
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
    }
@@ -496,7 +496,7 @@
        // TODO Log an error message
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
      }
      registry = null;