Package io.netty.handler.ssl
Class SslHandshakeTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.net.ssl.SSLException
-
- javax.net.ssl.SSLHandshakeException
-
- io.netty.handler.ssl.SslHandshakeTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public final class SslHandshakeTimeoutException extends javax.net.ssl.SSLHandshakeException
SSLHandshakeException
that is used when a handshake failed due a configured timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SslHandshakeTimeoutException(java.lang.String reason)
-