|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.solr.common.SolrException
org.apache.solr.core.SolrException
@Deprecated public class SolrException
This class is scheduled for deletion. Please update your code to the moved package.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.solr.common.SolrException |
---|
SolrException.ErrorCode |
Field Summary |
---|
Fields inherited from class org.apache.solr.common.SolrException |
---|
logged |
Constructor Summary | |
---|---|
SolrException(SolrException.ErrorCode code,
String msg)
Deprecated. |
|
SolrException(SolrException.ErrorCode code,
String msg,
boolean alreadyLogged)
Deprecated. |
|
SolrException(SolrException.ErrorCode code,
String msg,
Throwable th)
Deprecated. |
|
SolrException(SolrException.ErrorCode code,
String msg,
Throwable th,
boolean alreadyLogged)
Deprecated. |
|
SolrException(SolrException.ErrorCode code,
Throwable th)
Deprecated. |
Method Summary |
---|
Methods inherited from class org.apache.solr.common.SolrException |
---|
code, log, log, log, logOnce, toStr, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SolrException(SolrException.ErrorCode code, String msg, boolean alreadyLogged)
public SolrException(SolrException.ErrorCode code, String msg, Throwable th, boolean alreadyLogged)
public SolrException(SolrException.ErrorCode code, String msg, Throwable th)
public SolrException(SolrException.ErrorCode code, Throwable th)
public SolrException(SolrException.ErrorCode code, String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |