public class CertificateException extends RuntimeException
有关证书的使用、调用、解析异常和警告的异常抛出
Certificate related exception/warning class
Exception throws about usage, invocation, parsing exceptions, and warnings for certificate
program: Sinlmao Commons Network Utils
description: 证书相关异常/警告类
create: 2020-06-17 14:42
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ProcessingError
返回一个证书处理时的异常说明
Return a unauthenticated exception description
|
static String |
UnsupportedStandard
返回一个证书处理时的异常说明
Return a unauthenticated exception description
|
| 构造器和说明 |
|---|
CertificateException(String message)
构建一个证书相关异常/警告
Build a certificate related exception/warning
|
CertificateException(String message,
Throwable cause)
构建一个证书相关异常/警告
Build a certificate related exception/warning
|
public static final String ProcessingError
Return a unauthenticated exception description
public CertificateException(String message)
Build a certificate related exception/warning
message - 异常/警告信息 Copyright © 2020. All rights reserved.