Class AttributeOwnerNotInScopeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.AttributeOwnerNotInScopeException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionAttributeOwnerNotInScopeException
(String message) AttributeOwnerNotInScopeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttributeOwnerNotInScopeException
public AttributeOwnerNotInScopeException() -
AttributeOwnerNotInScopeException
- Parameters:
message
-
-
AttributeOwnerNotInScopeException
- Parameters:
cause
-
-
AttributeOwnerNotInScopeException
- Parameters:
message
-cause
-
-