cc.otavia.handler.codec.compression
Members list
Type members
Classlikes
            class CompressionException(message: String | Null, cause: Throwable | Null) extends EncoderException
           
          An EncoderException that is raised when compression failed.
An EncoderException that is raised when compression failed.
Attributes
- Supertypes
- 
               class EncoderExceptionclass CodecExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
            class DecompressionException(message: String | Null, cause: Throwable | Null) extends DecoderException
           
          A DecoderException that is raised when decompression failed.
A DecoderException that is raised when decompression failed.
Attributes
- Supertypes
- 
               class DecoderExceptionclass CodecExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article