edu.internet2.middleware.grouper.exception
Class GroupModifyAlreadyExistsException

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.GroupModifyAlreadyExistsException
All Implemented Interfaces:
Serializable

public class GroupModifyAlreadyExistsException
extends RuntimeException

Exception thrown when a group is modified to be the same as one that already exists

Version:
$Id: GroupModifyAlreadyExistsException.java,v 1.2 2009-08-11 20:18:08 mchyzer Exp $
Author:
blair christensen.
See Also:
Serialized Form

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

GroupModifyAlreadyExistsException

public GroupModifyAlreadyExistsException()

GroupModifyAlreadyExistsException

public GroupModifyAlreadyExistsException(String msg)
Parameters:
msg -

GroupModifyAlreadyExistsException

public GroupModifyAlreadyExistsException(String msg,
                                         Throwable cause)
Parameters:
msg -
cause -

GroupModifyAlreadyExistsException

public GroupModifyAlreadyExistsException(Throwable cause)
Parameters:
cause -