public class EncryptRuntimeException extends RuntimeException
| Constructor and Description |
|---|
EncryptRuntimeException(String message)
构造
|
EncryptRuntimeException(String message,
Throwable cause)
构造
|
EncryptRuntimeException(Throwable cause)
构造
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EncryptRuntimeException(String message)
message - 错误消息public EncryptRuntimeException(String message, Throwable cause)
message - 错误消息cause - 错误public EncryptRuntimeException(Throwable cause)
cause - 错误Copyright © 2021 wz2cool. All rights reserved.