Class MethodAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.core.api.exception.RiceRuntimeException
org.kuali.rice.krad.web.controller.MethodAccessException
- All Implemented Interfaces:
Serializable
Runtime exception thrown when a controller method is requested that is not accessible.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> Class of the controller the method was requested for.Name of the controller method that was requested.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MethodAccessException
-
-
Method Details
-
getControllerClass
Class of the controller the method was requested for.- Returns:
- controller class
-
getMethodToCall
Name of the controller method that was requested.- Returns:
- controller method name
-