public class BufferDecompressionException extends RuntimeException
BufferDecompressionException
is thrown when the target data cannot be decompressed,
such as data corruption, insufficient target buffer space for decompression, etc.Constructor and Description |
---|
BufferDecompressionException() |
BufferDecompressionException(String message) |
BufferDecompressionException(String message,
Throwable e) |
BufferDecompressionException(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.