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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotCompressedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-