Searched refs:initCause (Results 1 - 25 of 86) sorted by relevance

1234

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMConsoleException.java61 * @param initCause The init cause.
63 public AMConsoleException(String message, Throwable initCause) { argument
64 super(message, initCause);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMConsoleException.java61 * @param initCause The init cause.
63 public AMConsoleException(String message, Throwable initCause) { argument
64 super(message, initCause);
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java90 initCause(ace);
101 initCause(t);
118 initCause(ne);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java90 initCause(ace);
101 initCause(t);
118 initCause(ne);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java90 initCause(ace);
101 initCause(t);
118 initCause(ne);
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java90 initCause(ace);
101 initCause(t);
118 initCause(ne);
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java90 initCause(ace);
101 initCause(t);
118 initCause(ne);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthLoginException.java68 initCause(nestedException);
81 initCause(nestedException);
130 initCause(nestedException);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthLoginException.java68 initCause(nestedException);
81 initCause(nestedException);
130 initCause(nestedException);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPServiceException.java205 initCause(t);
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr196/
H A DOpenSSOServerAuthModule.java157 aue.initCause(e);
173 aue.initCause(ex);
186 ae.initCause(ie);
205 aie.initCause(e);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPServiceException.java205 initCause(t);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java218 error.initCause(e);
245 error.initCause(e);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java219 error.initCause(e);
246 error.initCause(e);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java219 error.initCause(e);
246 error.initCause(e);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java218 error.initCause(e);
245 error.initCause(e);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java219 error.initCause(e);
246 error.initCause(e);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DSplashScreen.java207 error.initCause(e);
234 error.initCause(e);
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptException.java40 initCause(cause);
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptException.java40 initCause(cause);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java254 se.initCause(ldapEx);
309 se.initCause(ldapEx);
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java253 se.initCause(ldapEx);
308 se.initCause(ldapEx);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java254 se.initCause(ldapEx);
309 se.initCause(ldapEx);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java254 se.initCause(ldapEx);
309 se.initCause(ldapEx);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java253 se.initCause(ldapEx);
308 se.initCause(ldapEx);

Completed in 1419 milliseconds

1234