Package org.apache.solr.update.processor
Class DistributedUpdateProcessor.DistributedUpdatesAsyncException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.solr.common.SolrException
-
- org.apache.solr.update.processor.DistributedUpdateProcessor.DistributedUpdatesAsyncException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DistributedUpdateProcessor
public static final class DistributedUpdateProcessor.DistributedUpdatesAsyncException extends org.apache.solr.common.SolrException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description List<SolrCmdDistributor.SolrError>
errors
-
Constructor Summary
Constructors Constructor Description DistributedUpdatesAsyncException(List<SolrCmdDistributor.SolrError> errors)
-
Method Summary
-
Methods inherited from class org.apache.solr.common.SolrException
code, getMetadata, getMetadata, getRootCause, getRootThrowable, getThrowable, log, log, log, log, logDebugWithMdc, logInfoWithMdc, logWarnWithMdc, setMetadata, setMetadata, wrapLuceneTragicExceptionIfNecessary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
errors
public final List<SolrCmdDistributor.SolrError> errors
-
-
Constructor Detail
-
DistributedUpdatesAsyncException
public DistributedUpdatesAsyncException(List<SolrCmdDistributor.SolrError> errors)
-
-