Author: vtence
Date: Sat Mar 19 19:05:39 2005
New Revision: 158277
URL: http://svn.apache.org/viewcvs?view=rev&rev=158277
Log:
Javadoc
Modified:
directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/IdentityInUseException.java
Modified:
directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/IdentityInUseException.java
URL:
http://svn.apache.org/viewcvs/directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/IdentityInUseException.java?view=diff&r1=158276&r2=158277
==============================================================================
---
directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/IdentityInUseException.java
(original)
+++
directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/IdentityInUseException.java
Sat Mar 19 19:05:39 2005
@@ -20,6 +20,8 @@
import org.apache.authx.AuthXException;
/**
+ * Thrown when an attempt is made to register an identity already defined in a
realm.
+ *
* @author <a href="mailto:[email protected]">Apache Directory
Project</a>
*/
public class IdentityInUseException extends AuthXException