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

/libcore/ojluni/src/main/java/java/security/cert/
H A DCertStore.java242 return handleException(e);
246 private static CertStore handleException(NoSuchAlgorithmException e) method in class:CertStore
312 return handleException(e);
366 return handleException(e);
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTestCase.java91 public void handleException(Exception e, int option) { method in class:OldSocketTestCase
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DSSLSocketImpl.java89 * makes sure that all errors are handled (see handleException()).
1346 handleException(e, resumable);
1750 void handleException(Exception e) throws IOException { method in class:SSLSocketImpl
1751 handleException(e, true);
1772 synchronized private void handleException(Exception e, boolean resumable) method in class:SSLSocketImpl

Completed in 174 milliseconds