Class CloudSolrClient.RouteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.solr.common.SolrException
org.apache.solr.client.solrj.impl.CloudSolrClient.RouteException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CloudSolrClient
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.common.SolrException
SolrException.ErrorCode -
Field Summary
Fields inherited from class org.apache.solr.common.SolrException
details, metadata -
Constructor Summary
ConstructorsConstructorDescriptionRouteException(SolrException.ErrorCode errorCode, NamedList<Throwable> throwables, Map<String, ? extends LBSolrClient.Req> routes) -
Method Summary
Methods inherited from class org.apache.solr.common.SolrException
code, getDetails, getMetadata, getMetadata, getResponseMessage, getRootCause, getRootThrowable, getThrowable, logDebugWithMdc, logInfoWithMdc, logWarnWithMdc, setDetails, setMetadata, setMetadata, wrapLuceneTragicExceptionIfNecessaryMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RouteException
public RouteException(SolrException.ErrorCode errorCode, NamedList<Throwable> throwables, Map<String, ? extends LBSolrClient.Req> routes)
-
-
Method Details
-
getThrowables
-
getRoutes
-