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.SSLHandshakeExceptionASSLHandshakeExceptionthat does not fill in the stack trace.
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateStacklessSSLHandshakeException(java.lang.String reason)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablefillInStackTrace()(package private) static StacklessSSLHandshakeExceptionnewInstance(java.lang.String reason, java.lang.Class<?> clazz, java.lang.String method)Creates a newStacklessSSLHandshakeExceptionwhich has the origin of the givenClassand method.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classjava.lang.Throwable
-
newInstance
static StacklessSSLHandshakeException newInstance(java.lang.String reason, java.lang.Class<?> clazz, java.lang.String method)
Creates a newStacklessSSLHandshakeExceptionwhich has the origin of the givenClassand method.
-
-