public class FailedItem<T> extends Object
FailedItem(int index, T failedItem, Exception cause)
Exception
getCause()
int
getIndex()
T
getItem()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FailedItem(int index, T failedItem, Exception cause)
public T getItem()
public Exception getCause()
public int getIndex()
Copyright © 2021. All rights reserved.