|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowExecutionAccessException | |
---|---|
org.springframework.webflow.execution.repository | The flow execution repository subsystem for saving, and restoring managed flow executions. |
org.springframework.webflow.executor.jsf | The integration layer between Spring Web Flow and Java Server Faces (JSF). |
Uses of FlowExecutionAccessException in org.springframework.webflow.execution.repository |
---|
Subclasses of FlowExecutionAccessException in org.springframework.webflow.execution.repository | |
---|---|
class |
FlowExecutionRestorationFailureException
Thrown when the flow execution with the persistent identifier provided could not be restored. |
class |
NoSuchFlowExecutionException
Thrown when the flow execution with the persistent identifier provided could not be found. |
class |
PermissionDeniedFlowExecutionAccessException
Thrown when access to a flow execution was denied by a repository. |
Uses of FlowExecutionAccessException in org.springframework.webflow.executor.jsf |
---|
Methods in org.springframework.webflow.executor.jsf with parameters of type FlowExecutionAccessException | |
---|---|
protected void |
FlowExecutionKeyStateHolder.handleFlowExecutionAccessException(FlowExecutionAccessException e,
javax.faces.context.FacesContext context)
Hook method to handle a thrown flow execution access exception. |
protected void |
FlowPhaseListener.handleFlowExecutionAccessException(FlowExecutionAccessException e,
javax.faces.context.FacesContext context)
Hook method to handle a thrown flow execution access exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |