Class AttributeAssignValueNotFoundException

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

public class AttributeAssignValueNotFoundException extends RuntimeException
Exception thrown when an attribute assign value is not found within the Groups Registry.

Version:
$Id: AttributeAssignValueNotFoundException.java,v 1.1 2009-06-28 19:02:17 mchyzer Exp $
See Also:
  • Constructor Details

    • AttributeAssignValueNotFoundException

      public AttributeAssignValueNotFoundException()
    • AttributeAssignValueNotFoundException

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

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

      public AttributeAssignValueNotFoundException(Throwable cause)
      Parameters:
      cause -