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 org.kuali.rice.core.api.exception.RiceRuntimeException
Runtime exception thrown when a controller method is requested that is not accessible.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • MethodAccessException

      public MethodAccessException(Class<?> controllerClass, String methodToCall)
  • Method Details

    • 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