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

Matthew Swift
18.19.2013 7de7d1ce10ae956a2511062a194f4125abd7e0c7
Add missing Javadoc.
1 files modified
4 ■■■■ changed files
opendj3/opendj-core/src/main/java/org/forgerock/opendj/ldap/ConstraintViolationException.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-core/src/main/java/org/forgerock/opendj/ldap/ConstraintViolationException.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions copyright 2013 ForgeRock AS.
 */
package org.forgerock.opendj.ldap;
@@ -37,6 +38,9 @@
 * <li>{@link ResultCode#ATTRIBUTE_OR_VALUE_EXISTS ATTRIBUTE_OR_VALUE_EXISTS} -
 * the Request failed because it would have resulted in a conflict with an
 * existing attribute or attribute value in the target entry.
 * <li>{@link ResultCode#NO_SUCH_ATTRIBUTE NO_SUCH_ATTRIBUTE} - the Request
 * failed because it targeted an attribute or attribute value that did not exist
 * in the specified entry.
 * <li>{@link ResultCode#CONSTRAINT_VIOLATION CONSTRAINT_VIOLATION} - the
 * Request failed because it would have violated some constraint defined in the
 * server.