Searched refs:getSSLException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DAlerts.java153 static SSLException getSSLException(byte description, String reason) { method in class:Alerts
154 return getSSLException(description, null, reason);
161 static SSLException getSSLException(byte description, Throwable cause, method in class:Alerts
H A DSSLEngineImpl.java1619 cause = Alerts.getSSLException(description, cause, diagnostic);
1684 Alerts.getSSLException(description, cause, diagnostic);
1754 closeReason = Alerts.getSSLException(description, reason);
H A DSSLSocketImpl.java1794 throw Alerts.getSSLException(Alerts.alert_internal_error, e,
1885 Alerts.getSSLException(description, cause, diagnostic);
1959 closeReason = Alerts.getSSLException(description, reason);

Completed in 40 milliseconds