edu.internet2.middleware.grouper.exception
Class AttributeOwnerNotInScopeException

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

public class AttributeOwnerNotInScopeException
extends RuntimeException

when there are scopes on an attribute def, then attribute def name cannot be assigned to an owner which is not in scope

See Also:
Serialized Form

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

AttributeOwnerNotInScopeException

public AttributeOwnerNotInScopeException()

AttributeOwnerNotInScopeException

public AttributeOwnerNotInScopeException(String message)
Parameters:
message -

AttributeOwnerNotInScopeException

public AttributeOwnerNotInScopeException(Throwable cause)
Parameters:
cause -

AttributeOwnerNotInScopeException

public AttributeOwnerNotInScopeException(String message,
                                         Throwable cause)
Parameters:
message -
cause -