Class FailedItem<T>
- java.lang.Object
-
- org.opennms.features.jest.client.bulk.FailedItem<T>
-
public class FailedItem<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FailedItem(int index, T failedItem, java.lang.Exception cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getCause()
int
getIndex()
T
getItem()
-