edu.internet2.middleware.grouper.exception
Class AttributeDefNameAddException

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

public class AttributeDefNameAddException
extends RuntimeException

Exception thrown when an attribute def name cannot be added to the Groups Registry.

Version:
$Id: AttributeDefNameAddException.java,v 1.1 2009-06-24 06:22:24 mchyzer Exp $
Author:
blair christensen.
See Also:
Serialized Form

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

AttributeDefNameAddException

public AttributeDefNameAddException()

AttributeDefNameAddException

public AttributeDefNameAddException(String msg)
Parameters:
msg -

AttributeDefNameAddException

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

AttributeDefNameAddException

public AttributeDefNameAddException(Throwable cause)
Parameters:
cause -