@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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BulkException(Collection<Throwable> causes)
public BulkException(String message, Collection<Throwable> causes)
public Collection<Throwable> getCauses()
public String getMessage()
getMessage
in class Throwable