Class AttributeNotFoundException

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

public class AttributeNotFoundException extends RuntimeException
Exception thrown when a group attribute is not found.

Version:
$Id: AttributeNotFoundException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
See Also:
  • Constructor Details

    • AttributeNotFoundException

      public AttributeNotFoundException()
    • AttributeNotFoundException

      public AttributeNotFoundException(String msg)
    • AttributeNotFoundException

      public AttributeNotFoundException(String msg, Throwable cause)
    • AttributeNotFoundException

      public AttributeNotFoundException(Throwable cause)