org.pentaho.platform.api.engine
Class ActionExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.api.engine.ActionSequenceException
              extended by org.pentaho.platform.api.engine.ActionExecutionException
All Implemented Interfaces:
Serializable

public class ActionExecutionException
extends ActionSequenceException

See Also:
Serialized Form

Constructor Summary
ActionExecutionException()
           
ActionExecutionException(String msg)
           
ActionExecutionException(String msg, String sessionName, String instanceId, String actionSequenceName, org.pentaho.actionsequence.dom.IActionDefinition actionDefinition)
           
ActionExecutionException(String msg, Throwable cause)
           
ActionExecutionException(String msg, Throwable cause, String sessionName, String instanceId, String actionSequenceName, org.pentaho.actionsequence.dom.IActionDefinition actionDefinition)
           
ActionExecutionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.api.engine.ActionSequenceException
getActionClass, getActionDefinition, getActionSequenceName, getDate, getInstanceId, getLoopIndex, getSessionId, getStepDescription, getStepNumber, printActionExecutionStack, setActionClass, setActionDefinition, setActionSequenceName, setInstanceId, setLoopIndex, setSessionId, setStepDescription, setStepNumber
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionExecutionException

public ActionExecutionException()

ActionExecutionException

public ActionExecutionException(String msg)

ActionExecutionException

public ActionExecutionException(String msg,
                                Throwable cause)

ActionExecutionException

public ActionExecutionException(Throwable cause)

ActionExecutionException

public ActionExecutionException(String msg,
                                Throwable cause,
                                String sessionName,
                                String instanceId,
                                String actionSequenceName,
                                org.pentaho.actionsequence.dom.IActionDefinition actionDefinition)

ActionExecutionException

public ActionExecutionException(String msg,
                                String sessionName,
                                String instanceId,
                                String actionSequenceName,
                                org.pentaho.actionsequence.dom.IActionDefinition actionDefinition)