public class VootooException
extends org.apache.solr.common.SolrException
| 限定符和类型 | 类和说明 |
|---|---|
static class |
VootooException.VootooErrorCode |
| 构造器和说明 |
|---|
VootooException(org.apache.solr.common.SolrException.ErrorCode errorCode,
String msg) |
VootooException(org.apache.solr.common.SolrException.ErrorCode errorCode,
String msg,
Throwable th) |
VootooException(VootooException.VootooErrorCode errorCode,
String msg) |
VootooException(VootooException.VootooErrorCode errorCode,
String msg,
Throwable th) |
VootooException(VootooException.VootooErrorCode errorCode,
Throwable th) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRemoteServer() |
String |
getRemoteTrace() |
int |
getUnknownCode() |
void |
setRemoteServer(String remoteServer) |
void |
setRemoteTrace(String remoteTrace) |
void |
setUnknownCode(int unknownCode) |
code, doIgnore, getMetadata, getMetadata, getRootCause, getRootThrowable, getThrowable, log, log, log, log, logDebugWithMdc, logInfoWithMdc, logWarnWithMdc, setMetadata, setMetadata, toStr, toStringpublic VootooException(org.apache.solr.common.SolrException.ErrorCode errorCode,
String msg)
public VootooException(VootooException.VootooErrorCode errorCode, String msg)
public VootooException(org.apache.solr.common.SolrException.ErrorCode errorCode,
String msg,
Throwable th)
public VootooException(VootooException.VootooErrorCode errorCode, Throwable th)
public VootooException(VootooException.VootooErrorCode errorCode, String msg, Throwable th)
public int getUnknownCode()
public void setUnknownCode(int unknownCode)
public String getRemoteTrace()
public void setRemoteTrace(String remoteTrace)
public String getRemoteServer()
public void setRemoteServer(String remoteServer)
Copyright © 2016 vootoo. All rights reserved.