Lines Matching defs:fatal

656             fatal(Alerts.alert_handshake_failure,
684 fatal(Alerts.alert_unexpected_message, spe.getMessage(), spe);
693 fatal(Alerts.alert_internal_error,
983 fatal(Alerts.alert_unexpected_message, unsoe);
989 * throw a fatal alert if the integrity check fails.
994 fatal(alertType, e.getMessage(), e);
997 fatal(Alerts.alert_handshake_failure, she);
999 fatal(Alerts.alert_unexpected_message, ioe);
1147 fatal(Alerts.alert_unexpected_message,
1153 fatal(Alerts.alert_unexpected_message,
1260 fatal(Alerts.alert_unexpected_message, spe.getMessage(), spe);
1263 fatal(Alerts.alert_internal_error,
1414 fatal(Alerts.alert_handshake_failure, she);
1418 fatal(Alerts.alert_unexpected_message, e);
1648 fatal(Alerts.alert_internal_error,
1723 synchronized void fatal(byte description, String diagnostic)
1725 fatal(description, diagnostic, null, false);
1728 synchronized void fatal(byte description, Throwable cause)
1730 fatal(description, null, cause, false);
1733 synchronized void fatal(byte description, String diagnostic,
1735 fatal(description, diagnostic, cause, false);
1739 * We've got a fatal error here, so start the shutdown process.
1742 * calling fatal directly when the "description" is known
1751 synchronized void fatal(byte description, String diagnostic,
1776 ", fatal: engine already closed. Rethrowing " +
1784 throw new SSLException("fatal SSLEngine condition", cause);
1790 + ", fatal error: " + description +
1814 * recipient of a fatal alert, no need to generate a fatal close
1863 System.out.print("fatal, ");
1875 fatal(Alerts.alert_illegal_parameter, "Short alert message");
1878 fatal(Alerts.alert_unexpected_message,
1896 } else { // fatal or unknown level
1897 String reason = "Received fatal alert: "
1901 // the call to fatal. The handhaker to needs to be set to null
1906 fatal(description, null, cause, true);
1923 // Shall we send an fatal alter to terminate the connection gracefully?