edu.internet2.middleware.grouper.exception
Class GroupAddAlreadyExistsException

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
                  extended by edu.internet2.middleware.grouper.exception.GroupAddAlreadyExistsException
All Implemented Interfaces:
Serializable

public class GroupAddAlreadyExistsException
extends GroupAddException

If there is a problem with adding a group where@SuppressWarnings("serial") a group exists by same name

Author:
mchyzer
See Also:
Serialized Form

Constructor Summary
GroupAddAlreadyExistsException()
           
GroupAddAlreadyExistsException(String msg)
           
GroupAddAlreadyExistsException(String msg, Throwable cause)
           
GroupAddAlreadyExistsException(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

GroupAddAlreadyExistsException

public GroupAddAlreadyExistsException()

GroupAddAlreadyExistsException

public GroupAddAlreadyExistsException(String msg)

GroupAddAlreadyExistsException

public GroupAddAlreadyExistsException(String msg,
                                      Throwable cause)

GroupAddAlreadyExistsException

public GroupAddAlreadyExistsException(Throwable cause)