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