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.