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