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

kenneth_suter
15.34.2007 80c58327faaa4873369f6bb949e62792c2f708e0
opends/src/ads/org/opends/admin/ads/TopologyCacheException.java
@@ -26,6 +26,7 @@
 */
package org.opends.admin.ads;
import org.opends.server.types.OpenDsException;
import javax.naming.NamingException;
@@ -35,8 +36,8 @@
 * This class represents the Exception that can occur while reading server
 * configuration through the TopologyCache class.
 */
public class TopologyCacheException extends Exception
{
public class TopologyCacheException extends OpenDsException {
  private static final long serialVersionUID = 1709535837273360382L;
  private Type type;
  private String ldapUrl;