Class TlsFatalAlert

All Implemented Interfaces:
Serializable

public class TlsFatalAlert extends TlsException
See Also:
  • Field Details

    • alertDescription

      protected short alertDescription
  • Constructor Details

    • TlsFatalAlert

      public TlsFatalAlert(short alertDescription)
    • TlsFatalAlert

      public TlsFatalAlert(short alertDescription, String detailMessage)
    • TlsFatalAlert

      public TlsFatalAlert(short alertDescription, Throwable alertCause)
    • TlsFatalAlert

      public TlsFatalAlert(short alertDescription, String detailMessage, Throwable alertCause)
  • Method Details

    • getAlertDescription

      public short getAlertDescription()