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

matthew_swift
03.36.2007 550b1d6e3a093fbf315c4bcee971736f722e0830
opendj-sdk/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