Package de.hybris.platform.impex.session
Interface ProcessorSessionExecutionBody<X extends Exception>
- All Known Implementing Classes:
AbstractInsertProcessorSessionExecutionBody,AbstractMultiThreadedProcessorSessionExecutionBody,AbstractProcessorSessionExecutionBody
public interface ProcessorSessionExecutionBody<X extends Exception>
Abstraction for the
SessionExecutionBody which stores an exception-
Method Summary
Modifier and TypeMethodDescriptionHook for a handled checked exception which should be captured (sic!) and rethrow afterSessionExecutionBody.execute()finishes.
-
Method Details
-
getException
X getException()Hook for a handled checked exception which should be captured (sic!) and rethrow afterSessionExecutionBody.execute()finishes.
-