edu.internet2.middleware.grouper.exception
Class AttributeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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 $
Author:
blair christensen.
See Also:
Serialized Form

Constructor Summary
AttributeNotFoundException()
           
AttributeNotFoundException(String msg)
           
AttributeNotFoundException(String msg, Throwable cause)
           
AttributeNotFoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeNotFoundException

public AttributeNotFoundException()

AttributeNotFoundException

public AttributeNotFoundException(String msg)

AttributeNotFoundException

public AttributeNotFoundException(String msg,
                                  Throwable cause)

AttributeNotFoundException

public AttributeNotFoundException(Throwable cause)