public class BufferCompressionException extends RuntimeException
BufferCompressionException
is thrown when the target data cannot be compressed, such as
insufficient target buffer space for compression, etc.Constructor and Description |
---|
BufferCompressionException() |
BufferCompressionException(String message) |
BufferCompressionException(String message,
Throwable e) |
BufferCompressionException(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.