Searched refs:alertType (Results 1 – 2 of 2) sorted by relevance
956 private Ukey2Alert makeAlertMessage(Ukey2Alert.AlertType alertType, in makeAlertMessage() argument958 switch (alertType) { in makeAlertMessage()972 throwHandshakeException("Unknown alert type: " + alertType); in makeAlertMessage()976 alert.setType(alertType); in makeAlertMessage()1011 private void throwAlertException(Ukey2Alert.AlertType alertType, String alertLogStatement) in throwAlertException() argument1014 throw new AlertException(alertLogStatement, makeAlertMessage(alertType, alertLogStatement)); in throwAlertException()
684 public static final Type alertType = Type.Comment, field in CheckCLDR.CheckStatus