public class DecompressionException extends DecoderException
DecoderException that is raised when decompression failed.| Constructor and Description |
|---|
DecompressionException()
Creates a new instance.
|
DecompressionException(String message)
Creates a new instance.
|
DecompressionException(String message,
Throwable cause)
Creates a new instance.
|
DecompressionException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecompressionException()
public DecompressionException(String message, Throwable cause)
public DecompressionException(String message)
public DecompressionException(Throwable cause)
Copyright © 2008–2025 The Netty Project. All rights reserved.