Searched refs:pae (Results 1 – 8 of 8) sorted by relevance
37 PrivilegedActionException pae = new PrivilegedActionException(e); in testGetException() local39 assertSame(e, pae.getException()); in testGetException()40 assertSame(e, pae.getCause()); in testGetException()
149 } catch (PrivilegedActionException pae) { in setKeyPair()150 throw (KeyManagementException) pae.getException(); in setKeyPair()
100 } catch (java.security.PrivilegedActionException pae) { in verify()101 throw new SecurityException("Cannot load " + url.toString(), pae); in verify()
131 } catch (PrivilegedActionException pae) { in register()132 Throwable cause = pae.getCause(); in register()135 throw new AssertionError(pae); in register()
238 } catch (PrivilegedActionException pae) { in retrieve()239 throw (IOException) pae.getException(); in retrieve()
588 } catch (java.security.PrivilegedActionException pae) {589 throw (IOException)pae.getException();921 } catch (java.security.PrivilegedActionException pae) {922 throw (IOException)pae.getException();1132 } catch (java.security.PrivilegedActionException pae) {
93 } catch (java.security.PrivilegedActionException pae) { in privilegedConnect()94 throw (IOException) pae.getException(); in privilegedConnect()
377 } catch (java.security.PrivilegedActionException pae) { in findClass()378 throw (ClassNotFoundException) pae.getException(); in findClass()