- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty5.handler.codec.CodecException
-
- io.netty5.handler.codec.DecoderException
-
- io.netty5.handler.codec.compression.DecompressionException
-
- All Implemented Interfaces:
Serializable
public class DecompressionException extends DecoderException
ADecoderException
that is raised when decompression failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DecompressionException
public DecompressionException()
Creates a new instance.
-
DecompressionException
public DecompressionException(String message, Throwable cause)
Creates a new instance.
-
DecompressionException
public DecompressionException(String message)
Creates a new instance.
-
DecompressionException
public DecompressionException(Throwable cause)
Creates a new instance.
-
-