Searched defs:clientException (Results 1 - 25 of 82) sorted by relevance

1234

/openjdk7/jdk/test/com/sun/jndi/ldap/
H A DBalancedParentheses.java170 volatile Exception clientException = null; field in class:BalancedParentheses
208 clientException = e;
248 if (clientException != null) {
250 throw clientException;
H A DInvalidLdapFilters.java226 volatile Exception clientException = null; field in class:InvalidLdapFilters
264 clientException = e;
304 if (clientException != null) {
306 throw clientException;
/openjdk7/jdk/test/java/nio/channels/ServerSocketChannel/
H A DAdaptServerSocket.java39 static volatile Exception clientException = null; field in class:AdaptServerSocket
68 clientException = x;
120 if (clientException != null)
121 throw clientException;
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DLargePacket.java156 volatile Exception clientException = null; field in class:LargePacket
205 if (clientException != null) {
207 throw clientException;
247 clientException = e;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
H A DReadBlocksClose.java180 volatile Exception clientException = null; field in class:ReadBlocksClose
244 local = clientException;
247 remote = clientException;
313 clientException = e;
322 clientException = e;
H A DReadHandshake.java221 volatile Exception clientException = null; field in class:ReadHandshake
257 if (clientException != null) {
259 clientException.printStackTrace(System.out);
263 if (clientException != null) {
264 throw clientException;
303 clientException = e;
H A DReadZeroBytes.java152 volatile Exception clientException = null; field in class:ReadZeroBytes
211 if (clientException != null)
212 throw clientException;
250 clientException = e;
H A DRemoveMarkReset.java154 volatile Exception clientException = null; field in class:RemoveMarkReset
213 if (clientException != null)
214 throw clientException;
252 clientException = e;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/
H A DCipherSuiteOrder.java198 volatile Exception clientException = null; field in class:CipherSuiteOrder
257 if (clientException != null)
258 throw clientException;
296 clientException = e;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/
H A DSSLSocketTimeoutNulls.java179 volatile Exception clientException = null; field in class:SSLSocketTimeoutNulls
240 if (clientException != null) {
242 throw clientException;
282 clientException = e;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/
H A DBadKSProvider.java151 volatile Exception clientException = null; field in class:BadKSProvider
239 local = clientException;
242 remote = clientException;
308 clientException = e;
317 clientException = e;
H A DBadTSProvider.java151 volatile Exception clientException = null; field in class:BadTSProvider
239 local = clientException;
242 remote = clientException;
308 clientException = e;
317 clientException = e;
H A DGoodProvider.java151 volatile Exception clientException = null; field in class:GoodProvider
216 local = clientException;
219 remote = clientException;
285 clientException = e;
294 clientException = e;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSessionImpl/
H A DHashCodeMissing.java164 volatile Exception clientException = null; field in class:HashCodeMissing
228 local = clientException;
231 remote = clientException;
297 clientException = e;
306 clientException = e;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DClientModeClientAuth.java175 volatile Exception clientException = null; field in class:ClientModeClientAuth
226 if (clientException != null)
227 throw clientException;
265 clientException = e;
H A DCloseSocketException.java165 volatile Exception clientException = null; field in class:CloseSocketException
229 local = clientException;
232 remote = clientException;
298 clientException = e;
307 clientException = e;
H A DReuseAddr.java159 volatile Exception clientException = null; field in class:ReuseAddr
218 if (clientException != null)
219 throw clientException;
257 clientException = e;
H A DReverseNameLookup.java154 volatile Exception clientException = null; field in class:ReverseNameLookup
213 if (clientException != null)
214 throw clientException;
256 clientException = e;
H A DSSLSocketImplThrowsWrongExceptions.java161 volatile Exception clientException = null; field in class:SSLSocketImplThrowsWrongExceptions
215 if (clientException != null)
216 throw clientException;
254 clientException = e;
H A DSetClientMode.java152 Exception clientException = null; field in class:SetClientMode.SocketClient
169 clientException = e;
186 return clientException;
H A DUnconnectedSocketWrongExceptions.java183 volatile Exception clientException = null; field in class:UnconnectedSocketWrongExceptions
244 if (clientException != null) {
246 throw clientException;
285 clientException = e;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/
H A DAnonCipherWithWantClientAuth.java158 volatile Exception clientException = null; field in class:AnonCipherWithWantClientAuth
217 if (clientException != null)
218 throw clientException;
254 clientException = e;
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/FixingJavadocs/
H A DImplicitHandshake.java186 volatile Exception clientException = null; field in class:ImplicitHandshake
247 if (clientException != null) {
249 throw clientException;
288 clientException = e;
H A DSSLSessionNulls.java181 volatile Exception clientException = null; field in class:SSLSessionNulls
242 if (clientException != null) {
244 throw clientException;
283 clientException = e;
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv11/
H A DExportableBlockCipher.java185 volatile Exception clientException = null; field in class:ExportableBlockCipher
249 local = clientException;
252 remote = clientException;
318 clientException = e;
327 clientException = e;

Completed in 62 milliseconds

1234