edu.internet2.middleware.grouper.exception
Class GroupAddException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.exception.GroupAddException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeDefNameAddAlreadyExistsException, GroupAddAlreadyExistsException

public class GroupAddException
extends RuntimeException

Exception thrown when a group cannot be added to the Groups Registry.

Version:
$Id: GroupAddException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
Author:
blair christensen.
See Also:
Serialized Form

Constructor Summary
GroupAddException()
           
GroupAddException(String msg)
           
GroupAddException(String msg, Throwable cause)
           
GroupAddException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupAddException

public GroupAddException()

GroupAddException

public GroupAddException(String msg)

GroupAddException

public GroupAddException(String msg,
                         Throwable cause)

GroupAddException

public GroupAddException(Throwable cause)