Package org.apache.solr.schema
Class ManagedIndexSchema.FieldExistsException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.solr.common.SolrException
- 
- org.apache.solr.schema.ManagedIndexSchema.FieldExistsException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- ManagedIndexSchema
 
 public static class ManagedIndexSchema.FieldExistsException extends org.apache.solr.common.SolrException- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FieldExistsException(org.apache.solr.common.SolrException.ErrorCode code, String msg)
 - 
Method Summary- 
Methods inherited from class org.apache.solr.common.SolrExceptioncode, getMetadata, getMetadata, getRootCause, getRootThrowable, getThrowable, log, log, log, log, logDebugWithMdc, logInfoWithMdc, logWarnWithMdc, setMetadata, setMetadata, wrapLuceneTragicExceptionIfNecessary
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
FieldExistsExceptionpublic FieldExistsException(org.apache.solr.common.SolrException.ErrorCode code, String msg)
 
- 
 
-