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:
java.io.Serializable
final class StacklessSSLHandshakeException extends javax.net.ssl.SSLHandshakeException
ASSLHandshakeException
that does not fill in the stack trace.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
StacklessSSLHandshakeException(java.lang.String reason)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
(package private) static StacklessSSLHandshakeException
newInstance(java.lang.String reason, java.lang.Class<?> clazz, java.lang.String method)
Creates a newStacklessSSLHandshakeException
which has the origin of the givenClass
and method.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classjava.lang.Throwable
-
newInstance
static StacklessSSLHandshakeException newInstance(java.lang.String reason, java.lang.Class<?> clazz, java.lang.String method)
Creates a newStacklessSSLHandshakeException
which has the origin of the givenClass
and method.
-
-