edu.internet2.middleware.grouper.exception
Class AttributeAssignNotAllowed

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

public class AttributeAssignNotAllowed
extends RuntimeException

Exception thrown when an attribute assignment is not allowed for some reason

Version:
$Id: AttributeAssignNotAllowed.java,v 1.1 2009-10-26 17:20:58 mchyzer Exp $
Author:
mchyzer.
See Also:
Serialized Form

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

AttributeAssignNotAllowed

public AttributeAssignNotAllowed()

AttributeAssignNotAllowed

public AttributeAssignNotAllowed(String msg)
Parameters:
msg -

AttributeAssignNotAllowed

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

AttributeAssignNotAllowed

public AttributeAssignNotAllowed(Throwable cause)
Parameters:
cause -