com.jscape.inet.mft.workflow
Class Action.ActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jscape.inet.mft.workflow.Action.ActionException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing interface:
- Action
public static class Action.ActionException
- extends java.lang.Exception
Represents an action execution error.
- See Also:
- Serialized Form
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 |
Action.ActionException
public Action.ActionException(Action action)
Action.ActionException
public Action.ActionException(java.lang.String message,
Action action)
Action.ActionException
public Action.ActionException(java.lang.String message,
java.lang.Throwable cause,
Action action)
Action.ActionException
public Action.ActionException(java.lang.Throwable cause,
Action action)
getAction
public Action getAction()
- Returns a parent action instance.
- Returns:
- a parent action instance
Copyright © 1999-2009 JSCAPE LLC. All Rights Reserved.