edu.internet2.middleware.grouper.exception
Class AttributeDefNotFoundException

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

public class AttributeDefNotFoundException
extends RuntimeException

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

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

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

AttributeDefNotFoundException

public AttributeDefNotFoundException()

AttributeDefNotFoundException

public AttributeDefNotFoundException(String msg)
Parameters:
msg -

AttributeDefNotFoundException

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

AttributeDefNotFoundException

public AttributeDefNotFoundException(Throwable cause)
Parameters:
cause -