Class BaseHttpSolrClient.RemoteSolrException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.solr.common.SolrException
- 
- org.apache.solr.client.solrj.impl.BaseHttpSolrClient.RemoteSolrException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- BaseHttpSolrClient.RemoteExecutionException
 - Enclosing class:
- BaseHttpSolrClient
 
 public static class BaseHttpSolrClient.RemoteSolrException extends SolrException Subclass of SolrException that allows us to capture an arbitrary HTTP status code that may have been returned by the remote server or a proxy along the way.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.common.SolrExceptionSolrException.ErrorCode
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.common.SolrExceptionERROR_CLASS, metadata, ROOT_ERROR_CLASS
 
- 
 - 
Constructor SummaryConstructors Constructor Description RemoteSolrException(String remoteHost, int code, String msg, Throwable th)
 - 
Method Summary- 
Methods inherited from class org.apache.solr.common.SolrExceptioncode, getMetadata, getMetadata, getRootCause, getRootThrowable, getThrowable, log, log, log, log, logDebugWithMdc, logInfoWithMdc, logWarnWithMdc, setMetadata, setMetadata, wrapLuceneTragicExceptionIfNecessary
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-