Class TlsFatalAlert

    • Constructor Summary

      Constructors 
      Constructor Description
      TlsFatalAlert​(short alertDescription)  
      TlsFatalAlert​(short alertDescription, java.lang.String detailMessage)  
      TlsFatalAlert​(short alertDescription, java.lang.String detailMessage, java.lang.Throwable alertCause)  
      TlsFatalAlert​(short alertDescription, java.lang.Throwable alertCause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short getAlertDescription()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • alertDescription

        protected short alertDescription
    • Constructor Detail

      • TlsFatalAlert

        public TlsFatalAlert​(short alertDescription)
      • TlsFatalAlert

        public TlsFatalAlert​(short alertDescription,
                             java.lang.String detailMessage)
      • TlsFatalAlert

        public TlsFatalAlert​(short alertDescription,
                             java.lang.Throwable alertCause)
      • TlsFatalAlert

        public TlsFatalAlert​(short alertDescription,
                             java.lang.String detailMessage,
                             java.lang.Throwable alertCause)
    • Method Detail

      • getAlertDescription

        public short getAlertDescription()