Class AttributeDefAddException

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

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