| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.solr.core.SolrException
SolrException | public class SolrException extends RuntimeException (Code) | | author: yonik version: $Id: SolrException.java 542737 2007-05-30 03:13:05Z ryan $ |
Inner Class :public enum ErrorCode | |
Constructor Summary | |
public | SolrException(ErrorCode code, String msg) | public | SolrException(ErrorCode code, String msg, boolean alreadyLogged) | public | SolrException(ErrorCode code, String msg, Throwable th, boolean alreadyLogged) | public | SolrException(ErrorCode code, String msg, Throwable th) | public | SolrException(ErrorCode code, Throwable th) | public | SolrException(int code, String msg) | public | SolrException(int code, String msg, boolean alreadyLogged) | public | SolrException(int code, String msg, Throwable th, boolean alreadyLogged) | public | SolrException(int code, String msg, Throwable th) | public | SolrException(int code, Throwable th) |
logged | public boolean logged(Code) | | |
SolrException | public SolrException(ErrorCode code, String msg)(Code) | | |
SolrException | public SolrException(ErrorCode code, String msg, boolean alreadyLogged)(Code) | | |
SolrException | public SolrException(int code, String msg)(Code) | | |
SolrException | public SolrException(int code, String msg, boolean alreadyLogged)(Code) | | |
|
|