Searched refs:toSSLHandshakeException (Results 1 – 3 of 3) sorted by relevance
156 throw SSLUtils.toSSLHandshakeException(new EOFException()); in startHandshake()189 throw SSLUtils.toSSLHandshakeException(e); in startHandshake()
66 import static org.conscrypt.SSLUtils.toSSLHandshakeException;413 throw SSLUtils.toSSLHandshakeException(e); in beginHandshakeInternal()955 throw toSSLHandshakeException(e); in handshake()1091 return SSLUtils.toSSLHandshakeException(e); in convertException()
280 static SSLHandshakeException toSSLHandshakeException(Throwable e) { in toSSLHandshakeException() method in SSLUtils