edu.internet2.middleware.grouper.grouperUi.beans.attributeDefNamePicker
Class AttributeDefNamePickerConfigNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.grouperUi.beans.attributeDefNamePicker.AttributeDefNamePickerConfigNotFoundException
All Implemented Interfaces:
Serializable

public class AttributeDefNamePickerConfigNotFoundException
extends RuntimeException

thrown when a config value is not found

See Also:
Serialized Form

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

AttributeDefNamePickerConfigNotFoundException

public AttributeDefNamePickerConfigNotFoundException()

AttributeDefNamePickerConfigNotFoundException

public AttributeDefNamePickerConfigNotFoundException(String message)
Parameters:
message -

AttributeDefNamePickerConfigNotFoundException

public AttributeDefNamePickerConfigNotFoundException(Throwable cause)
Parameters:
cause -

AttributeDefNamePickerConfigNotFoundException

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