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

/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
H A DSSLHandshakeException.java24 public class SSLHandshakeException extends SSLException { class in inherits:SSLException
29 * Creates a new {@code SSLHandshakeException} with the specified message.
34 public SSLHandshakeException(String reason) { method in class:SSLHandshakeException

Completed in 123 milliseconds