| java.lang.Object java.lang.Throwable java.lang.Exception org.ofbiz.base.util.GeneralException org.ofbiz.workflow.WfException
All known Subclasses: org.ofbiz.workflow.NotAssigned, org.ofbiz.workflow.CannotStop, org.ofbiz.workflow.TransitionNotAllowed, org.ofbiz.workflow.RequesterRequired, org.ofbiz.workflow.InvalidData, org.ofbiz.workflow.AlreadySuspended, org.ofbiz.workflow.CannotSuspend, org.ofbiz.workflow.ResultNotAvailable, org.ofbiz.workflow.NotRunning, org.ofbiz.workflow.NotEnabled, org.ofbiz.workflow.CannotResume, org.ofbiz.workflow.EvaluationException, org.ofbiz.workflow.UpdateNotAllowed, org.ofbiz.workflow.NotSuspended, org.ofbiz.workflow.CannotChangeRequester, org.ofbiz.workflow.SourceNotAvailable, org.ofbiz.workflow.InvalidResource, org.ofbiz.workflow.InvalidState, org.ofbiz.workflow.AlreadyRunning, org.ofbiz.workflow.InvalidPerformer, org.ofbiz.workflow.InvalidRequester, org.ofbiz.workflow.HistoryNotAvailable, org.ofbiz.workflow.CannotComplete, org.ofbiz.workflow.CannotStart,
Constructor Summary | |
public | WfException() Creates new WfException without detail message. | public | WfException(String msg) Constructs an WfException with the specified detail message. | public | WfException(String msg, Throwable nested) Constructs an WfException with the specified detail message and nested exception. |
WfException | public WfException()(Code) | | Creates new WfException without detail message.
|
WfException | public WfException(String msg)(Code) | | Constructs an WfException with the specified detail message.
Parameters: msg - the detail message. |
WfException | public WfException(String msg, Throwable nested)(Code) | | Constructs an WfException with the specified detail message and nested exception.
Parameters: msg - the detail message. Parameters: nested - the nested exception |
|
|