edu.internet2.middleware.grouper.exception
Class AttributeAssignActionNotFoundException

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.AttributeAssignActionNotFoundException
All Implemented Interfaces:
Serializable

public class AttributeAssignActionNotFoundException
extends RuntimeException

Exception thrown when an attribute assign action is not found within the Groups Registry.

Version:
$Id: AttributeAssignActionNotFoundException.java,v 1.1 2009-10-26 02:26:08 mchyzer Exp $
Author:
mchyzer.
See Also:
Serialized Form

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

AttributeAssignActionNotFoundException

public AttributeAssignActionNotFoundException()

AttributeAssignActionNotFoundException

public AttributeAssignActionNotFoundException(String msg)
Parameters:
msg -

AttributeAssignActionNotFoundException

public AttributeAssignActionNotFoundException(String msg,
                                              Throwable cause)
Parameters:
msg -
cause -

AttributeAssignActionNotFoundException

public AttributeAssignActionNotFoundException(Throwable cause)
Parameters:
cause -