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

matthew_swift
04.57.2007 e778e6f04a36e55cdb88ff8448eef804c487286b
opends/src/server/org/opends/server/admin/client/CommunicationException.java
@@ -68,7 +68,8 @@
   *          The cause.
   */
  public CommunicationException(Throwable cause) {
    super(ERR_COMMUNICATION_EXCEPTION_DEFAULT.get(), cause);
    super(ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE.get(cause.getMessage()),
        cause);
  }