edu.internet2.middleware.grouper.exception
Class AttributeDefAddException

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

public class AttributeDefAddException
extends RuntimeException

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

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

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

AttributeDefAddException

public AttributeDefAddException()

AttributeDefAddException

public AttributeDefAddException(String msg)
Parameters:
msg -

AttributeDefAddException

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

AttributeDefAddException

public AttributeDefAddException(Throwable cause)
Parameters:
cause -