Package com.linecorp.armeria.client
Class PreTlsHandshakeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
javax.net.ssl.SSLException
com.linecorp.armeria.client.PreTlsHandshakeException
- All Implemented Interfaces:
Serializable
An
SSLException
raised before starting a TLS handshake.- See Also:
-
Constructor Summary
ConstructorDescriptionPreTlsHandshakeException
(String message, Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreTlsHandshakeException
Creates a new instance.
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-