Class BufferDecompressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.runtime.io.compression.BufferDecompressionException
-
- All Implemented Interfaces:
Serializable
public class BufferDecompressionException extends RuntimeException
ABufferDecompressionException
is thrown when the target data cannot be decompressed, such as data corruption, insufficient target buffer space for decompression, etc.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BufferDecompressionException()
BufferDecompressionException(String message)
BufferDecompressionException(String message, Throwable e)
BufferDecompressionException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-