edu.internet2.middleware.grouper.grouperUi.beans.simpleMembershipUpdate
Class MembershipLiteConfigNotFoundException

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

public class MembershipLiteConfigNotFoundException
extends RuntimeException

thrown when a config value is not found

See Also:
Serialized Form

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

MembershipLiteConfigNotFoundException

public MembershipLiteConfigNotFoundException()

MembershipLiteConfigNotFoundException

public MembershipLiteConfigNotFoundException(String message)
Parameters:
message -

MembershipLiteConfigNotFoundException

public MembershipLiteConfigNotFoundException(Throwable cause)
Parameters:
cause -

MembershipLiteConfigNotFoundException

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