Class ElasticsearchCorruptionException

    • Constructor Detail

      • ElasticsearchCorruptionException

        public ElasticsearchCorruptionException​(Throwable ex)
        Creates a new ElasticsearchCorruptionException with the given exceptions stacktrace. This constructor copies the stacktrace as well as the message from the given Throwable into this exception.
        Parameters:
        ex - the exception cause