public class DataCorruptionException extends RuntimeException
DataCorruptionException is thrown when the decompressed data is corrupted and cannot be
decompressed.| 构造器和说明 |
|---|
DataCorruptionException() |
DataCorruptionException(String message) |
DataCorruptionException(String message,
Throwable e) |
DataCorruptionException(Throwable e) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.