Class ActionInvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.platform.api.action.ActionInvocationException
All Implemented Interfaces:
Serializable

public class ActionInvocationException extends Exception
An exception thrown when the invocation of IAction fails.
See Also:
  • Constructor Details

    • ActionInvocationException

      public ActionInvocationException(String msg)
    • ActionInvocationException

      public ActionInvocationException(String msg, Throwable t)