edu.internet2.middleware.grouper.exception
Class AttributeAssignNotFoundException

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.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 $
Author:
mchyzer.
See Also:
Serialized Form

Constructor Summary
AttributeAssignNotFoundException()
           
AttributeAssignNotFoundException(String msg)
           
AttributeAssignNotFoundException(String msg, Throwable cause)
           
AttributeAssignNotFoundException(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

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 -