Package io.netty.handler.ssl
Class StacklessSSLHandshakeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
javax.net.ssl.SSLException
javax.net.ssl.SSLHandshakeException
io.netty.handler.ssl.StacklessSSLHandshakeException
- All Implemented Interfaces:
Serializable
A
SSLHandshakeException
that does not fill in the stack trace.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StacklessSSLHandshakeException
newInstance
(String reason, Class<?> clazz, String method) Creates a newStacklessSSLHandshakeException
which has the origin of the givenClass
and method.Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
StacklessSSLHandshakeException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-
newInstance
Creates a newStacklessSSLHandshakeException
which has the origin of the givenClass
and method.
-