Package net.shibboleth.idp.profile.impl
Class RethrowingFlowExecutionExceptionHandler
java.lang.Object
net.shibboleth.idp.profile.impl.RethrowingFlowExecutionExceptionHandler
- All Implemented Interfaces:
FlowExecutionExceptionHandler
public class RethrowingFlowExecutionExceptionHandler
extends Object
implements FlowExecutionExceptionHandler
This handler can be attached to view or end states that are used to respond to errors,
including RuntimeExceptions, so that if they themselves raise another RuntimeException,
it won't trigger the state again, but just fail the flow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandle(FlowExecutionException exception) voidhandle(FlowExecutionException exception, RequestControlContext context)
-
Constructor Details
-
RethrowingFlowExecutionExceptionHandler
public RethrowingFlowExecutionExceptionHandler()
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfaceFlowExecutionExceptionHandler
-
handle
- Specified by:
handlein interfaceFlowExecutionExceptionHandler
-