public class SmCryptoException extends RuntimeException
| 构造器和说明 |
|---|
SmCryptoException()
空的构造函数
|
SmCryptoException(String message)
构造函数
|
SmCryptoException(String message,
Throwable cause)
构造函数
|
SmCryptoException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
构造函数
|
SmCryptoException(Throwable cause)
构造函数
|
public SmCryptoException()
public SmCryptoException(String message)
message - 消息public SmCryptoException(String message, Throwable cause)
message - 消息cause - 异常public SmCryptoException(Throwable cause)
cause - 异常Copyright © 2023. All rights reserved.