Searched defs:getSSLException (Results 1 - 1 of 1) 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

Completed in 31 milliseconds