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

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DServerHandshakeImplTest.java35 private static Exception initException; field in class:ServerHandshakeImplTest
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
H A DJSSETestData.java35 private static Exception initException; field in class:JSSETestData
68 initException = e;
73 if (initException != null) {
74 throw initException;
80 if (initException != null) {
81 throw initException;
87 if (initException != null) {
88 throw initException;

Completed in 818 milliseconds