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

matthew_swift
18.50.2007 7ecc0e85d3be3f47f5de1a4aa9a09ebb966081e5
opendj-sdk/opends/src/server/org/opends/server/admin/client/AdminClientException.java
@@ -67,7 +67,7 @@
   *          The cause.
   */
  public AdminClientException(Throwable cause) {
    super(cause);
    super(cause.getMessage(), cause);
  }