Searched defs:SSLHandshakeException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLHandshakeException.java24 public class SSLHandshakeException extends SSLException { class in inherits:SSLException
31 public SSLHandshakeException(String reason) { method in class:SSLHandshakeException
39 public SSLHandshakeException(Throwable cause) { method in class:SSLHandshakeException
47 public SSLHandshakeException(String reason, Throwable cause) { method in class:SSLHandshakeException

Completed in 122 milliseconds