Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.solr.common.SolrException

        org.apache.solr.common.SolrException.ErrorCode
    • Field Summary

      • Fields inherited from class org.apache.solr.common.SolrException

        ERROR_CLASS, metadata, ROOT_ERROR_CLASS
    • 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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()