Class ModifiedCloudSolrClient.RouteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.solr.common.SolrException
-
- org.apache.manifoldcf.agents.output.solr.ModifiedCloudSolrClient.RouteException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ModifiedCloudSolrClient
public static class ModifiedCloudSolrClient.RouteException extends org.apache.solr.common.SolrException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RouteException(org.apache.solr.common.SolrException.ErrorCode errorCode, org.apache.solr.common.util.NamedList<java.lang.Throwable> throwables, java.util.Map<java.lang.String,? extends ModifiedLBSolrClient.Req> routes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,? extends ModifiedLBSolrClient.Req>getRoutes()org.apache.solr.common.util.NamedList<java.lang.Throwable>getThrowables()-
Methods inherited from class org.apache.solr.common.SolrException
code, getMetadata, getMetadata, getRootCause, getRootThrowable, getThrowable, log, log, log, log, logDebugWithMdc, logInfoWithMdc, logWarnWithMdc, setMetadata, setMetadata
-
-
-
-
Constructor Detail
-
RouteException
public RouteException(org.apache.solr.common.SolrException.ErrorCode errorCode, org.apache.solr.common.util.NamedList<java.lang.Throwable> throwables, java.util.Map<java.lang.String,? extends ModifiedLBSolrClient.Req> routes)
-
-
Method Detail
-
getThrowables
public org.apache.solr.common.util.NamedList<java.lang.Throwable> getThrowables()
-
getRoutes
public java.util.Map<java.lang.String,? extends ModifiedLBSolrClient.Req> getRoutes()
-
-