edu.internet2.middleware.grouper.exception
Class AttributeOwnerNotInScopeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.AttributeOwnerNotInScopeException
- All Implemented Interfaces:
- java.io.Serializable
public class AttributeOwnerNotInScopeException
- extends java.lang.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
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 |
AttributeOwnerNotInScopeException
public AttributeOwnerNotInScopeException()
AttributeOwnerNotInScopeException
public AttributeOwnerNotInScopeException(java.lang.String message)
- Parameters:
message
-
AttributeOwnerNotInScopeException
public AttributeOwnerNotInScopeException(java.lang.Throwable cause)
- Parameters:
cause
-
AttributeOwnerNotInScopeException
public AttributeOwnerNotInScopeException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-