Class AttributeDefNameNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.AttributeDefNameNotFoundException
All Implemented Interfaces:
Serializable

public class AttributeDefNameNotFoundException extends RuntimeException
Exception thrown when an attributeDefName is not found within the Registry.

Version:
$Id: AttributeDefNameNotFoundException.java,v 1.1 2009-06-24 06:22:24 mchyzer Exp $
See Also:
  • Constructor Details

    • AttributeDefNameNotFoundException

      public AttributeDefNameNotFoundException()
    • AttributeDefNameNotFoundException

      public AttributeDefNameNotFoundException(String msg)
      Parameters:
      msg -
    • AttributeDefNameNotFoundException

      public AttributeDefNameNotFoundException(String msg, Throwable cause)
      Parameters:
      msg -
      cause -
    • AttributeDefNameNotFoundException

      public AttributeDefNameNotFoundException(Throwable cause)
      Parameters:
      cause -