Class LinearizabilityChecker.LinearizabilityCheckAborted
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.elasticsearch.cluster.coordination.LinearizabilityChecker.LinearizabilityCheckAborted
- All Implemented Interfaces:
Serializable
- Enclosing class:
LinearizabilityChecker
This exception is thrown if the check could not be completed due to timeout or OOM (that could be caused by long event history)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LinearizabilityCheckAborted
public LinearizabilityCheckAborted()
-