edu.internet2.middleware.grouper.exception
Class AttributeDefNameTooManyResults

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

public class AttributeDefNameTooManyResults
extends RuntimeException

too many attribute def names

See Also:
Serialized Form

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

AttributeDefNameTooManyResults

public AttributeDefNameTooManyResults()

AttributeDefNameTooManyResults

public AttributeDefNameTooManyResults(String message)
Parameters:
message -

AttributeDefNameTooManyResults

public AttributeDefNameTooManyResults(Throwable cause)
Parameters:
cause -

AttributeDefNameTooManyResults

public AttributeDefNameTooManyResults(String message,
                                      Throwable cause)
Parameters:
message -
cause -