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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java265 void fatalSE(byte b, String diagnostic) throws IOException { method in class:Handshaker
266 fatalSE(b, diagnostic, null);
269 void fatalSE(byte b, Throwable cause) throws IOException { method in class:Handshaker
270 fatalSE(b, null, cause);
273 void fatalSE(byte b, String diagnostic, Throwable cause) method in class:Handshaker

Completed in 37 milliseconds