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
Constructors Constructor Description ThisIsNotTheMasterYouAreLookingForException()ThisIsNotTheMasterYouAreLookingForException(String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ThisIsNotTheMasterYouAreLookingForException
public ThisIsNotTheMasterYouAreLookingForException(String msg)
-
ThisIsNotTheMasterYouAreLookingForException
public ThisIsNotTheMasterYouAreLookingForException()
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classThrowable
-
-