Class AttributeOwnerNotInScopeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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:
  • Constructor Details

    • 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 -