Package org.elasticsearch.discovery.zen
Class MasterFaultDetection.ThisIsNotTheMasterYouAreLookingForException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.elasticsearch.discovery.zen.MasterFaultDetection.ThisIsNotTheMasterYouAreLookingForException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MasterFaultDetection
public static class MasterFaultDetection.ThisIsNotTheMasterYouAreLookingForException
extends IllegalStateException
Thrown when a ping reaches the wrong node
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ThisIsNotTheMasterYouAreLookingForException
-
ThisIsNotTheMasterYouAreLookingForException
public ThisIsNotTheMasterYouAreLookingForException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-