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