Package javax.net.ssl
Class SSLHandshakeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
javax.net.ssl.SSLException
javax.net.ssl.SSLHandshakeException
- All Implemented Interfaces:
Serializable
public class SSLHandshakeException extends SSLException
The exception that is thrown when a handshake could not be completed
successfully.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SSLHandshakeException(String reason)Constructs a new instance with the given detail message.SSLHandshakeException(String reason, Throwable cause)Constructs a new instance with given detail message and cause.SSLHandshakeException(Throwable cause)Constructs a new instance with given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSLHandshakeException
Constructs a new instance with the given detail message. -
SSLHandshakeException
Constructs a new instance with given cause. -
SSLHandshakeException
Constructs a new instance with given detail message and cause.
-