Class MyMultipleExceptionsRetryReadListener

  • All Implemented Interfaces:
    jakarta.batch.api.chunk.listener.RetryReadListener

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

      • MyMultipleExceptionsRetryReadListener

        public MyMultipleExceptionsRetryReadListener()
    • Method Detail

      • onRetryReadException

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