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

abobrov
09.02.2009 619d5d46a827a46b26ef2f71673e89d34b2cec05
opends/src/server/org/opends/server/backends/jeb/JebException.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.backends.jeb;
@@ -51,6 +51,16 @@
  /**
   * Creates a new JE backend exception.
   */
  public JebException()
  {
    super();
  }
  /**
   * Creates a new JE backend exception with the provided message.
   *
   * @param  message    The message that explains the problem that occurred.