Class AttributeDefNameAddException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 $
See Also:
  • Constructor Details

    • 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 -