edu.internet2.middleware.grouper.exception
Class AttributeDefNameSetNotFoundException

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

public class AttributeDefNameSetNotFoundException
extends RuntimeException

Exception thrown when an attribute def scope is not found within the Groups Registry.

Version:
$Id: AttributeDefNameSetNotFoundException.java,v 1.1 2009-06-30 05:15:15 mchyzer Exp $
Author:
mchyzer.
See Also:
Serialized Form

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

AttributeDefNameSetNotFoundException

public AttributeDefNameSetNotFoundException()

AttributeDefNameSetNotFoundException

public AttributeDefNameSetNotFoundException(String msg)
Parameters:
msg -

AttributeDefNameSetNotFoundException

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

AttributeDefNameSetNotFoundException

public AttributeDefNameSetNotFoundException(Throwable cause)
Parameters:
cause -