edu.internet2.middleware.grouper.exception
Class AttributeDefNameAddAlreadyExistsException

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

public class AttributeDefNameAddAlreadyExistsException
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
AttributeDefNameAddAlreadyExistsException()
           
AttributeDefNameAddAlreadyExistsException(String msg)
           
AttributeDefNameAddAlreadyExistsException(String msg, Throwable cause)
           
AttributeDefNameAddAlreadyExistsException(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

AttributeDefNameAddAlreadyExistsException

public AttributeDefNameAddAlreadyExistsException()

AttributeDefNameAddAlreadyExistsException

public AttributeDefNameAddAlreadyExistsException(String msg)

AttributeDefNameAddAlreadyExistsException

public AttributeDefNameAddAlreadyExistsException(String msg,
                                                 Throwable cause)

AttributeDefNameAddAlreadyExistsException

public AttributeDefNameAddAlreadyExistsException(Throwable cause)