public class BulkBeanException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
cause |
private int |
index |
| Constructor and Description |
|---|
BulkBeanException(java.lang.String message,
int index) |
BulkBeanException(java.lang.Throwable cause,
int index) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
int |
getIndex() |