Package de.hybris.platform.impex.session
Interface ProcessorSessionExecutionBody<X extends java.lang.Exception>
-
- All Known Implementing Classes:
AbstractInsertProcessorSessionExecutionBody,AbstractMultiThreadedProcessorSessionExecutionBody,AbstractProcessorSessionExecutionBody
public interface ProcessorSessionExecutionBody<X extends java.lang.Exception>Abstraction for theSessionExecutionBodywhich stores an exception
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XgetException()Hook for a handled checked exception which should be captured (sic!) and rethrow afterSessionExecutionBody.execute()finishes.
-
-
-
Method Detail
-
getException
X getException()
Hook for a handled checked exception which should be captured (sic!) and rethrow afterSessionExecutionBody.execute()finishes.
-
-