public class MutationsRejectedException extends AccumuloException
Constructor and Description |
---|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
Deprecated.
|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
Map<TabletId,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause) |
MutationsRejectedException(List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<KeyExtent> |
getAuthorizationFailures()
Deprecated.
since 1.5, see
getAuthorizationFailuresMap() |
Map<KeyExtent,Set<SecurityErrorCode>> |
getAuthorizationFailuresMap()
Deprecated.
since 1.7.0 see
getSecurityErrorCodes() |
List<ConstraintViolationSummary> |
getConstraintViolationSummaries() |
Collection<String> |
getErrorServers() |
Map<TabletId,Set<SecurityErrorCode>> |
getSecurityErrorCodes() |
int |
getUnknownExceptions() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public MutationsRejectedException(List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)
MutationsRejectedException(Instance, List, Map, Collection, int, Throwable)
cvsList
- list of constraint violationshashMap
- authorization failuresserverSideErrors
- server side errorsunknownErrors
- number of unknown errors@Deprecated public MutationsRejectedException(Instance instance, List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)
MutationsRejectedException(Instance, List, Map, Collection, int, Throwable)
cvsList
- list of constraint violationshashMap
- authorization failuresserverSideErrors
- server side errorsunknownErrors
- number of unknown errorspublic MutationsRejectedException(Instance instance, List<ConstraintViolationSummary> cvsList, Map<TabletId,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()
@Deprecated public Map<KeyExtent,Set<SecurityErrorCode>> getAuthorizationFailuresMap()
getSecurityErrorCodes()
public Map<TabletId,Set<SecurityErrorCode>> getSecurityErrorCodes()
public Collection<String> getErrorServers()
public int getUnknownExceptions()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.