From 7de7d1ce10ae956a2511062a194f4125abd7e0c7 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Mon, 18 Nov 2013 16:19:24 +0000
Subject: [PATCH] Add missing Javadoc.

---
 opendj3/opendj-core/src/main/java/org/forgerock/opendj/ldap/ConstraintViolationException.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opendj3/opendj-core/src/main/java/org/forgerock/opendj/ldap/ConstraintViolationException.java b/opendj3/opendj-core/src/main/java/org/forgerock/opendj/ldap/ConstraintViolationException.java
index 7a1857b..0357ba0 100644
--- a/opendj3/opendj-core/src/main/java/org/forgerock/opendj/ldap/ConstraintViolationException.java
+++ b/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.

--
Gitblit v1.10.0