Class NotCompressedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.common.compress.NotCompressedException
All Implemented Interfaces:
Serializable

public class NotCompressedException extends RuntimeException
Exception indicating that we were expecting something compressed, which was not compressed or corrupted so that the compression format could not be detected.
See Also:
  • Constructor Details

    • NotCompressedException

      public NotCompressedException()