Class AttributeDefNotFoundException

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

public class AttributeDefNotFoundException extends RuntimeException
Exception thrown when an attributeDef is not found within the Registry.

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

    • AttributeDefNotFoundException

      public AttributeDefNotFoundException()
    • AttributeDefNotFoundException

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

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

      public AttributeDefNotFoundException(Throwable cause)
      Parameters:
      cause -