Class UnhandledAlertException

    • Constructor Detail

      • UnhandledAlertException

        public UnhandledAlertException​(java.lang.String message)
      • UnhandledAlertException

        public UnhandledAlertException​(java.lang.String message,
                                       java.lang.String alertText)
    • Method Detail

      • getAlertText

        public java.lang.String getAlertText()
        Returns:
        the text of the unhandled alert.
      • getAlert

        @Beta
        public java.util.Map<java.lang.String,​java.lang.String> getAlert()