- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.net.ssl.SSLException
-
- io.netty5.handler.ssl.SslClosedEngineException
-
- All Implemented Interfaces:
Serializable
public final class SslClosedEngineException extends 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(String reason)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SslClosedEngineException
public SslClosedEngineException(String reason)
-
-