edu.internet2.middleware.grouper.exception
Class AttributeAssignActionSetNotFoundException

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

public class AttributeAssignActionSetNotFoundException
extends RuntimeException

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

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

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

AttributeAssignActionSetNotFoundException

public AttributeAssignActionSetNotFoundException()

AttributeAssignActionSetNotFoundException

public AttributeAssignActionSetNotFoundException(String msg)
Parameters:
msg -

AttributeAssignActionSetNotFoundException

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

AttributeAssignActionSetNotFoundException

public AttributeAssignActionSetNotFoundException(Throwable cause)
Parameters:
cause -