edu.internet2.middleware.grouper.grouperUi.beans.subjectPicker
Class SubjectPickerConfigNotFoundException

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

public class SubjectPickerConfigNotFoundException
extends RuntimeException

thrown when a config value is not found

See Also:
Serialized Form

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

SubjectPickerConfigNotFoundException

public SubjectPickerConfigNotFoundException()

SubjectPickerConfigNotFoundException

public SubjectPickerConfigNotFoundException(String message)
Parameters:
message -

SubjectPickerConfigNotFoundException

public SubjectPickerConfigNotFoundException(Throwable cause)
Parameters:
cause -

SubjectPickerConfigNotFoundException

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