A GroupsException describes a problem in the groups structure or in the groups store. An example of a structural problem is an attempt to create a circular reference. If the problem arises retrieving or updating the groups store, the GroupsException should wrap an Exception specific to the store, probably a java.sql.SQLException or a javax.naming.NamingException.
@author Dan Ellentuck
@version $Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.