public class BulkException extends Exception
Constructor and Description |
---|
BulkException(Collection<Throwable> causes) |
BulkException(String message,
Collection<Throwable> causes) |
Modifier and Type | Method and Description |
---|---|
Collection<Throwable> |
getCauses() |
String |
getMessage() |
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