Class OpenSearchCorruptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.opensearch.OpenSearchCorruptionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CorruptStateException

public class OpenSearchCorruptionException
extends java.io.IOException
This exception is thrown when OpenSearch detects an inconsistency in one of it's persistent files.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    OpenSearchCorruptionException​(java.lang.String message)
    OpenSearchCorruptionException​(java.lang.Throwable ex)
    Creates a new OpenSearchCorruptionException with the given exceptions stacktrace.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait