Class LimitInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.LimitInvalidException
- All Implemented Interfaces:
Serializable
When the validator of a limit fires an invalid value
- See Also:
-
Constructor Summary
ConstructorDescriptionLimitInvalidException
(String message, PermissionLimitDocumentation permissionLimitDocumentation1) -
Method Summary
Modifier and TypeMethodDescriptionthe reason invalidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LimitInvalidException
public LimitInvalidException(String message, PermissionLimitDocumentation permissionLimitDocumentation1) - Parameters:
message
-permissionLimitDocumentation1
- the reason invalid
-
-
Method Details
-
getPermissionLimitDocumentation
the reason invalid- Returns:
- the reason invalid
-