Class AttributeAssignNotAllowed

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

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