@Deprecated public class SolrException extends SolrException
SolrException.ErrorCode
ignorePatterns, logged
Constructor and Description |
---|
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.
|
code, doIgnore, log, log, log, logOnce, toStr, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
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)
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.