edu.internet2.middleware.grouper.exception
Class AttributeDefNameNotFoundException

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

public class AttributeDefNameNotFoundException
extends RuntimeException

Exception thrown when an attributeDefName is not found within the Registry.

Version:
$Id: AttributeDefNameNotFoundException.java,v 1.1 2009-06-24 06:22:24 mchyzer Exp $
Author:
mchyzer
See Also:
Serialized Form

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

AttributeDefNameNotFoundException

public AttributeDefNameNotFoundException()

AttributeDefNameNotFoundException

public AttributeDefNameNotFoundException(String msg)
Parameters:
msg -

AttributeDefNameNotFoundException

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

AttributeDefNameNotFoundException

public AttributeDefNameNotFoundException(Throwable cause)
Parameters:
cause -