org.springframework.webflow.execution.repository
Class FlowExecutionAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
org.springframework.webflow.execution.repository.FlowExecutionAccessException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FlowExecutionRestorationFailureException, NoSuchFlowExecutionException, PermissionDeniedFlowExecutionAccessException
public abstract class FlowExecutionAccessException
- extends FlowExecutionRepositoryException
Base class for exceptions that indicate a flow execution could not be accessed within a repository.
- Author:
- Keith Donald, Erwin Vervaet
- See Also:
- Serialized Form
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FlowExecutionAccessException
public FlowExecutionAccessException(FlowExecutionKey flowExecutionKey,
java.lang.String message)
- Creates a new flow execution access exception.
- Parameters:
flowExecutionKey
- the key of the execution that could not be accessedmessage
- a descriptive message
FlowExecutionAccessException
public FlowExecutionAccessException(FlowExecutionKey flowExecutionKey,
java.lang.String message,
java.lang.Exception cause)
- Creates a new flow execution access exception.
- Parameters:
flowExecutionKey
- the key of the execution that could not be accessedmessage
- a descriptive messagecause
- the root cause of the access failure
getFlowExecutionKey
public FlowExecutionKey getFlowExecutionKey()
- Returns key of the flow execution that could not be accessed.
Copyright © 2004-2007. All Rights Reserved.