Class MyMultipleExceptionsRetryReadListener

java.lang.Object
com.ibm.jbatch.tck.artifacts.specialized.MyMultipleExceptionsRetryReadListener
All Implemented Interfaces:
jakarta.batch.api.chunk.listener.RetryReadListener

@Named("myMultipleExceptionsRetryReadListener") public class MyMultipleExceptionsRetryReadListener extends Object implements jakarta.batch.api.chunk.listener.RetryReadListener
  • Field Details

  • Constructor Details

    • MyMultipleExceptionsRetryReadListener

      public MyMultipleExceptionsRetryReadListener()
  • Method Details

    • onRetryReadException

      public void onRetryReadException(Exception ex) throws Exception
      Specified by:
      onRetryReadException in interface jakarta.batch.api.chunk.listener.RetryReadListener
      Throws:
      Exception