Class TlsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TlsCryptoException, TlsFatalAlert, TlsFatalAlertReceived

public class TlsException extends IOException
Base exception for various TLS alerts.
See Also:
  • Field Details

  • Constructor Details

    • TlsException

      public TlsException(String message)
    • TlsException

      public TlsException(String message, Throwable cause)
  • Method Details