public class DecompressionException extends UncheckedIOException
| Constructor and Description |
|---|
DecompressionException(String message,
IOException cause,
byte[] rawData) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRawData() |
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecompressionException(String message, IOException cause, byte[] rawData)
Copyright © 2024. All rights reserved.