public final class OpenSslCertificateException
extends java.security.cert.CertificateException
CertificateException
允许指定SSL记录中包含哪些错误代码。
这仅在使用SslProvider.OPENSSL
或SslProvider.OPENSSL_REFCNT
时才有效。
Constructor and Description |
---|
OpenSslCertificateException(int errorCode)
用
error code构造一个新的例外。
|
OpenSslCertificateException(java.lang.String msg, int errorCode)
用msg和
error code构造一个新的例外。
|
OpenSslCertificateException(java.lang.String message, java.lang.Throwable cause, int errorCode)
用msg,cause和
error code构造一个新的异常。
|
OpenSslCertificateException(java.lang.Throwable cause, int errorCode)
与原因和
error code构建一个新的例外。
|
Modifier and Type | Method and Description |
---|---|
int |
errorCode()
返回
error code使用。
|
public OpenSslCertificateException(int errorCode)
public OpenSslCertificateException(java.lang.String msg, int errorCode)
public OpenSslCertificateException(java.lang.String message, java.lang.Throwable cause, int errorCode)
public OpenSslCertificateException(java.lang.Throwable cause, int errorCode)
public int errorCode()
Copyright © 2008–2018 The Netty Project. All rights reserved.