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

neil_a_wilson
21.28.2007 6b7a5a19684483a7acbc63ff653610963db2dc58
opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/ChangelogDBException.java
@@ -26,12 +26,18 @@
 */
package org.opends.server.synchronization.changelog;
import org.opends.server.types.IdentifiedException;
/**
 * This class define an Exception that must be used when some error
 * condition was detected in the changelog database that cannot be recovered
 * automatically.
 */
public class ChangelogDBException extends Exception
public class ChangelogDBException extends IdentifiedException
{
  private int messageID;