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

matthew_swift
03.36.2007 de19fe2956d5a4b3817834191c51989664f8c47c
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