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)
wrap
public static Action.ActionException wrap(java.lang.Throwable e,
Action action)
getAction
public Action getAction()
- Returns a parent action instance.
- Returns:
- a parent action instance
Copyright © JSCAPE LLC. 1999-2013. All Rights Reserved