public class CompressException extends RuntimeException
| 构造器和说明 |
|---|
CompressException(String message) |
CompressException(String messageTemplate,
Object... params) |
CompressException(String message,
Throwable throwable) |
CompressException(Throwable e) |
CompressException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2021. All rights reserved.