From de19fe2956d5a4b3817834191c51989664f8c47c Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 03 Sep 2007 20:36:20 +0000
Subject: [PATCH] Fix issue 1443: Admin framework: improve error logging in server

---
 opends/src/server/org/opends/server/admin/client/AdminSecurityException.java |   25 +++----------------------
 1 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/opends/src/server/org/opends/server/admin/client/AdminSecurityException.java b/opends/src/server/org/opends/server/admin/client/AdminSecurityException.java
index e372487..c8f4bae 100644
--- a/opends/src/server/org/opends/server/admin/client/AdminSecurityException.java
+++ b/opends/src/server/org/opends/server/admin/client/AdminSecurityException.java
@@ -26,10 +26,12 @@
  */
 
 package org.opends.server.admin.client;
-import org.opends.messages.Message;
 
 
 
+import org.opends.messages.Message;
+
+
 
 /**
  * This exception is thrown when a security related problem occurs
@@ -40,27 +42,6 @@
 public abstract class AdminSecurityException extends AdminClientException {
 
   /**
-   * Create a security exception.
-   */
-  protected AdminSecurityException() {
-    // No implementation required.
-  }
-
-
-
-  /**
-   * Create a security exception with a cause.
-   *
-   * @param cause
-   *          The cause.
-   */
-  protected AdminSecurityException(Throwable cause) {
-    super(cause);
-  }
-
-
-
-  /**
    * Create a security exception with a message and cause.
    *
    * @param message

--
Gitblit v1.10.0