Searched refs:SSLHandshakeException (Results 1 – 6 of 6) sorted by relevance
18 import javax.net.ssl.SSLHandshakeException;36 SSLHandshakeException sslE; in test_Constructor01()38 sslE = new SSLHandshakeException(msgs[i]); in test_Constructor01()51 SSLHandshakeException sslE = new SSLHandshakeException(msg); in test_Constructor02()
38 class SSLHandshakeException extends SSLException class48 public SSLHandshakeException(String reason) in SSLHandshakeException() method in SSLHandshakeException
89 import javax.net.ssl.SSLHandshakeException;636 } catch (SSLHandshakeException expected) { in connectViaHttpsToUntrustedServer()3131 } catch (SSLHandshakeException expected) {
1348 "ojluni/src/main/java/javax/net/ssl/SSLHandshakeException.java",
1345 …/java/javax/net/ssl/SSLHandshakeException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/j…
19576 public class SSLHandshakeException extends javax.net.ssl.SSLException {19577 ctor public SSLHandshakeException(String);