Package org.elasticsearch.index.translog
Class TragicExceptionHolder
- java.lang.Object
-
- org.elasticsearch.index.translog.TragicExceptionHolder
-
public class TragicExceptionHolder extends Object
-
-
Constructor Summary
Constructors Constructor Description TragicExceptionHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exceptionget()voidsetTragicException(Exception ex)Sets the tragic exception or if the tragic exception is already set adds passed exception as suppressed exception
-