org.kuali.rice.krad.web.controller
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
public class MethodAccessException
- extends RiceRuntimeException
Runtime exception thrown when a controller method is requested that is not accessible.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MethodAccessException
public MethodAccessException(Class<?> controllerClass,
String methodToCall)
getControllerClass
public Class<?> getControllerClass()
- Class of the controller the method was requested for.
- Returns:
- controller class
getMethodToCall
public String getMethodToCall()
- Name of the controller method that was requested.
- Returns:
- controller method name
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.