Package io.netty.handler.ssl
Class SslClosedEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.net.ssl.SSLException
-
- io.netty.handler.ssl.SslClosedEngineException
-
- All Implemented Interfaces:
java.io.Serializable
public final class SslClosedEngineException extends javax.net.ssl.SSLException
SSLException
which signals that the exception was caused by anSSLEngine
which was closed already.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SslClosedEngineException(java.lang.String reason)
-