public class UncheckedSolrException extends RuntimeException
| Constructor and Description |
|---|
UncheckedSolrException(org.apache.solr.client.solrj.SolrServerException cause)
Constructs an exception with a generic message
|
UncheckedSolrException(String msg,
org.apache.solr.client.solrj.SolrServerException cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedSolrException(String msg, org.apache.solr.client.solrj.SolrServerException cause)
msg - Exception messagecause - Cause of the exceptionpublic UncheckedSolrException(org.apache.solr.client.solrj.SolrServerException cause)
cause - Cause of the exceptionCopyright © 2012–2023. All rights reserved.