org.apache.solr.client.solrj.impl
Class HttpSolrServer.RemoteSolrException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.solr.common.SolrException
org.apache.solr.client.solrj.impl.HttpSolrServer.RemoteSolrException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HttpSolrServer
public static class HttpSolrServer.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
HttpSolrServer.RemoteSolrException
public HttpSolrServer.RemoteSolrException(int code,
String msg,
Throwable th)
- Parameters:
code
- Arbitrary HTTP status codemsg
- Exception Messageth
- Throwable to wrap with this Exception
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.