Package org.apereo.cas.web.flow.executor
Class ClientFlowExecutionRepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.webflow.core.FlowException
-
- org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
-
- org.apereo.cas.web.flow.executor.ClientFlowExecutionRepositoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClientFlowExecutionRepositoryException extends org.springframework.webflow.execution.repository.FlowExecutionRepositoryExceptionDescribes exceptions unique toClientFlowExecutionRepository.- Since:
- 6.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientFlowExecutionRepositoryException(java.lang.String message)ClientFlowExecutionRepositoryException(java.lang.String message, java.lang.Throwable cause)
-