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

neil_a_wilson
21.28.2007 8213b81bb81d462f08ce9c429f3445f36b35fa16
opends/src/server/org/opends/server/tools/makeldif/MakeLDIFException.java
@@ -28,12 +28,16 @@
import org.opends.server.types.IdentifiedException;
/**
 * This class defines an exception that can be thrown if a problem occurs during
 * MakeLDIF processing.
 */
public class MakeLDIFException
       extends Exception
       extends IdentifiedException
{
  /**
   * The serial version identifier required to satisfy the compiler because this