Class DecisionRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.wiki.api.exceptions.WikiException
org.apache.wiki.workflow.DecisionRequiredException
All Implemented Interfaces:
Serializable

public class DecisionRequiredException extends org.apache.wiki.api.exceptions.WikiException
Exception thrown when an activity -- that would otherwise complete silently -- cannot complete because a workflow Decision is required. The message string should be a human-readable, internationalized String explaining why the activity could not complete, or that the activity has been queued for review.
See Also:
  • Constructor Details