Class AttributeAssignNotFoundException

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

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

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

    • AttributeAssignNotFoundException

      public AttributeAssignNotFoundException()
    • AttributeAssignNotFoundException

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

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

      public AttributeAssignNotFoundException(Throwable cause)
      Parameters:
      cause -