edu.internet2.middleware.grouper.grouperUi.beans.simpleMembershipUpdate
Class MembershipLiteConfigNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
-