edu.internet2.middleware.grouper.exception
Class AttributeAssignValueNotFoundException

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

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

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 -