Package org.apache.solr.cloud
Class ZkController.NotInClusterStateException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.solr.common.SolrException
- 
- org.apache.solr.cloud.ZkController.NotInClusterStateException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- ZkController
 
 public static class ZkController.NotInClusterStateException extends SolrException Thrown during pre register process if the replica is not present in clusterstate- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.common.SolrExceptionSolrException.ErrorCode
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.common.SolrExceptionERROR_CLASS, metadata, ROOT_ERROR_CLASS
 
- 
 - 
Constructor SummaryConstructors Constructor Description NotInClusterStateException(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
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
NotInClusterStateExceptionpublic NotInClusterStateException(SolrException.ErrorCode code, String msg) 
 
- 
 
-