edu.internet2.middleware.grouper.exception
Class AttributeDefScopeNotFoundException

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

public class AttributeDefScopeNotFoundException
extends RuntimeException

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

Version:
$Id: AttributeDefScopeNotFoundException.java,v 1.1 2009-06-29 15:58:24 mchyzer Exp $
Author:
mchyzer.
See Also:
Serialized Form

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

AttributeDefScopeNotFoundException

public AttributeDefScopeNotFoundException()

AttributeDefScopeNotFoundException

public AttributeDefScopeNotFoundException(String msg)
Parameters:
msg -

AttributeDefScopeNotFoundException

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

AttributeDefScopeNotFoundException

public AttributeDefScopeNotFoundException(Throwable cause)
Parameters:
cause -