summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java')
-rw-r--r--pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java b/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java
index 8ac304f8c..1cfce4e65 100644
--- a/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java
+++ b/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java
@@ -126,17 +126,14 @@ public class LogSubsystem implements ILogSubsystem {
// for view from console
} catch (ClassNotFoundException e) {
- String errMsg = "LogSubsystem:: init()-" + e.toString();
-
throw new EBaseException(insName + ":Failed to instantiate class " + className);
- } catch (IllegalAccessException e) {
- String errMsg = "LogSubsystem:: init()-" + e.toString();
+ } catch (IllegalAccessException e) {
throw new EBaseException(insName + ":Failed to instantiate class " + className);
- } catch (InstantiationException e) {
- String errMsg = "LogSubsystem:: init()-" + e.toString();
+ } catch (InstantiationException e) {
throw new EBaseException(insName + ":Failed to instantiate class " + className);
+
} catch (Throwable e) {
e.printStackTrace();
throw new EBaseException(insName