类 RetryReadListenerAdapter

    • 构造器概要

      构造器 
      构造器说明
      RetryReadListenerAdapter​(javax.batch.api.chunk.listener.RetryReadListener retryReadListener) 
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidonRetryReadException​(java.lang.Exception ex) 
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • RetryReadListenerAdapter

        public RetryReadListenerAdapter​(javax.batch.api.chunk.listener.RetryReadListener retryReadListener)
    • 方法详细资料

      • onRetryReadException

        public void onRetryReadException​(java.lang.Exception ex)
                                  throws java.lang.Exception
        指定者:
        onRetryReadException 在接口中 javax.batch.api.chunk.listener.RetryReadListener
        抛出:
        java.lang.Exception