Class BaseCloudSolrClient.RouteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.solr.common.SolrException
-
- org.apache.solr.client.solrj.impl.BaseCloudSolrClient.RouteException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CloudSolrClient.RouteException
- Enclosing class:
- BaseCloudSolrClient
public static class BaseCloudSolrClient.RouteException extends SolrException
- See Also:
- Serialized Form
-
-
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
ERROR_CLASS, ignorePatterns, metadata, ROOT_ERROR_CLASS
-
-
Constructor Summary
Constructors Constructor Description RouteException(SolrException.ErrorCode errorCode, NamedList<Throwable> throwables, Map<String,? extends LBSolrClient.Req> routes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,? extends LBSolrClient.Req>
getRoutes()
NamedList<Throwable>
getThrowables()
-
Methods inherited from class org.apache.solr.common.SolrException
code, doIgnore, getMetadata, getMetadata, getRootCause, getRootThrowable, getThrowable, log, log, log, log, logDebugWithMdc, logInfoWithMdc, logWarnWithMdc, setMetadata, setMetadata, toStr, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
RouteException
public RouteException(SolrException.ErrorCode errorCode, NamedList<Throwable> throwables, Map<String,? extends LBSolrClient.Req> routes)
-
-
Method Detail
-
getRoutes
public Map<String,? extends LBSolrClient.Req> getRoutes()
-
-