public class MutationsRejectedException extends AccumuloException
| Constructor and Description |
|---|
MutationsRejectedException(List<ConstraintViolationSummary> cvsList,
ArrayList<KeyExtent> af,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
List<KeyExtent> |
getAuthorizationFailures() |
List<ConstraintViolationSummary> |
getConstraintViolationSummaries() |
Collection<String> |
getErrorServers() |
int |
getUnknownExceptions() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MutationsRejectedException(List<ConstraintViolationSummary> cvsList, ArrayList<KeyExtent> af, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)
cvsList - list of constraint violationsaf - authorization failuresserverSideErrors - server side errorsunknownErrors - number of unknown errorspublic List<ConstraintViolationSummary> getConstraintViolationSummaries()
public List<KeyExtent> getAuthorizationFailures()
public Collection<String> getErrorServers()
public int getUnknownExceptions()
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.