Package io.netty.handler.ssl
Class ReferenceCountedOpenSslEngine.OpenSslHandshakeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
javax.net.ssl.SSLException
javax.net.ssl.SSLHandshakeException
io.netty.handler.ssl.ReferenceCountedOpenSslEngine.OpenSslHandshakeException
- All Implemented Interfaces:
ReferenceCountedOpenSslEngine.NativeSslException
,Serializable
- Enclosing class:
ReferenceCountedOpenSslEngine
private static final class ReferenceCountedOpenSslEngine.OpenSslHandshakeException
extends SSLHandshakeException
implements ReferenceCountedOpenSslEngine.NativeSslException
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorCode
private final int errorCode
-
-
Constructor Details
-
OpenSslHandshakeException
OpenSslHandshakeException(String reason, int errorCode)
-
-
Method Details
-
errorCode
public int errorCode()- Specified by:
errorCode
in interfaceReferenceCountedOpenSslEngine.NativeSslException
-