edu.internet2.middleware.grouper.rules
Class RuleVeto

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.hooks.logic.HookVeto
                  extended by edu.internet2.middleware.grouper.rules.RuleVeto
All Implemented Interfaces:
Serializable

public class RuleVeto
extends HookVeto

Author:
mchyzer
See Also:
Serialized Form

Constructor Summary
RuleVeto(String theReasonKey, String theReason)
           
 
Method Summary
 
Methods inherited from class edu.internet2.middleware.grouper.hooks.logic.HookVeto
assignVetoType, attributeKeySet, getAttribute, getReason, getReasonKey, getVetoType, putAttribute, setVetoType
 
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

RuleVeto

public RuleVeto(String theReasonKey,
                String theReason)
Parameters:
theReasonKey -
theReason -