Class PreTlsHandshakeException

All Implemented Interfaces:
Serializable

public final class PreTlsHandshakeException extends SSLException
An SSLException raised before starting a TLS handshake.
See Also:
  • Constructor Details

    • PreTlsHandshakeException

      public PreTlsHandshakeException(String message, Throwable cause)
      Creates a new instance.
  • Method Details