From 80c58327faaa4873369f6bb949e62792c2f708e0 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 15 Aug 2007 21:34:53 +0000
Subject: [PATCH] This commit is a step toward getting OpenDS internationalized. There are still issues to be resolved before we can declare that we are internationalized but this commit covers the bulk of changes needed at this time.

---
 opends/src/ads/org/opends/admin/ads/TopologyCacheException.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/src/ads/org/opends/admin/ads/TopologyCacheException.java b/opends/src/ads/org/opends/admin/ads/TopologyCacheException.java
index 2ab1b0d..759bd9d 100644
--- a/opends/src/ads/org/opends/admin/ads/TopologyCacheException.java
+++ b/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;

--
Gitblit v1.10.0