public class MutationsRejectedException extends AccumuloException
| Constructor and Description | 
|---|
| MutationsRejectedException(List<ConstraintViolationSummary> cvsList,
                          HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
                          Collection<String> serverSideErrors,
                          int unknownErrors,
                          Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<KeyExtent> | getAuthorizationFailures()Deprecated. 
 since 1.5, see  getAuthorizationFailuresMap() | 
| Map<KeyExtent,Set<SecurityErrorCode>> | getAuthorizationFailuresMap() | 
| 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, HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)
cvsList - list of constraint violationshashMap - authorization failuresserverSideErrors - server side errorsunknownErrors - number of unknown errorspublic List<ConstraintViolationSummary> getConstraintViolationSummaries()
@Deprecated public List<KeyExtent> getAuthorizationFailures()
getAuthorizationFailuresMap()public Map<KeyExtent,Set<SecurityErrorCode>> getAuthorizationFailuresMap()
public Collection<String> getErrorServers()
public int getUnknownExceptions()
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.