Package javax.net.ssl

Class 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 Detail

      • SSLHandshakeException

        public SSLHandshakeException​(String reason)
        Constructs a new instance with the given detail message.
      • SSLHandshakeException

        public SSLHandshakeException​(Throwable cause)
        Constructs a new instance with given cause.
      • SSLHandshakeException

        public SSLHandshakeException​(String reason,
                                     Throwable cause)
        Constructs a new instance with given detail message and cause.