@Deprecated
public class BulkException
extends Exception
Constructor and Description |
---|
BulkException(Collection<Throwable> causes)
Deprecated.
|
BulkException(String message,
Collection<Throwable> causes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<Throwable> |
getCauses()
Deprecated.
|
String |
getMessage()
Deprecated.
|