Searched refs:getRootCause (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java187 if ((e.getRootCause() != null)
188 && (e.getRootCause().getCause()
192 (OpendsCertificateException) e.getRootCause().getCause();
211 if (e.getRootCause() != null) {
212 if (e.getRootCause().getCause() != null) {
213 if (((e.getRootCause().getCause()
215 (e.getRootCause() instanceof SSLHandshakeException)) {
223 if (e.getRootCause() instanceof SSLException) {
257 if ((e.getRootCause() != null)
258 && (e.getRootCause()
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java186 if ((e.getRootCause() != null)
187 && (e.getRootCause().getCause()
191 (OpendsCertificateException) e.getRootCause().getCause();
210 if (e.getRootCause() != null) {
211 if (e.getRootCause().getCause() != null) {
212 if (((e.getRootCause().getCause()
214 (e.getRootCause() instanceof SSLHandshakeException)) {
222 if (e.getRootCause() instanceof SSLException) {
256 if ((e.getRootCause() != null)
257 && (e.getRootCause()
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java187 if ((e.getRootCause() != null)
188 && (e.getRootCause().getCause()
192 (OpendsCertificateException) e.getRootCause().getCause();
211 if (e.getRootCause() != null) {
212 if (e.getRootCause().getCause() != null) {
213 if (((e.getRootCause().getCause()
215 (e.getRootCause() instanceof SSLHandshakeException)) {
223 if (e.getRootCause() instanceof SSLException) {
257 if ((e.getRootCause() != null)
258 && (e.getRootCause()
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java187 if ((e.getRootCause() != null)
188 && (e.getRootCause().getCause()
192 (OpendsCertificateException) e.getRootCause().getCause();
211 if (e.getRootCause() != null) {
212 if (e.getRootCause().getCause() != null) {
213 if (((e.getRootCause().getCause()
215 (e.getRootCause() instanceof SSLHandshakeException)) {
223 if (e.getRootCause() instanceof SSLException) {
257 if ((e.getRootCause() != null)
258 && (e.getRootCause()
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java186 if ((e.getRootCause() != null)
187 && (e.getRootCause().getCause()
191 (OpendsCertificateException) e.getRootCause().getCause();
210 if (e.getRootCause() != null) {
211 if (e.getRootCause().getCause() != null) {
212 if (((e.getRootCause().getCause()
214 (e.getRootCause() instanceof SSLHandshakeException)) {
222 if (e.getRootCause() instanceof SSLException) {
256 if ((e.getRootCause() != null)
257 && (e.getRootCause()
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DUMSException.java75 * ConfigManagerException. Client programs can then invoke the #getRootCause()
143 * if (ux.getRootCause() instanceof LDAPException) { PrintWriter pw = new
151 * @see #getRootCause()
209 if (getRootCause() == null)
234 public Throwable getRootCause() { method in class:UMSException
293 buf.append(getRootCause());
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DUMSException.java75 * ConfigManagerException. Client programs can then invoke the #getRootCause()
143 * if (ux.getRootCause() instanceof LDAPException) { PrintWriter pw = new
151 * @see #getRootCause()
209 if (getRootCause() == null)
234 public Throwable getRootCause() { method in class:UMSException
293 buf.append(getRootCause());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionException.java82 * Client programs can then invoke the #getRootCause() method
153 * if (fse.getRootCause() instanceof UMSException) {
164 * @see #getRootCause()
226 public Throwable getRootCause() { method in class:EncryptionException
282 buf.append(getRootCause());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSException.java76 * Client programs can then invoke the #getRootCause() method
146 * if (fse.getRootCause() instanceof UMSException) {
157 * @see #getRootCause()
247 public Throwable getRootCause() { method in class:FSException
300 buf.append(getRootCause());
H A DFSRedirectException.java80 * Client programs can then invoke the #getRootCause() method
152 * if (fse.getRootCause() instanceof UMSException) {
163 * @see #getRootCause()
243 public Throwable getRootCause() { method in class:FSRedirectException
301 buf.append(getRootCause());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSException.java76 * Client programs can then invoke the #getRootCause() method
146 * if (fse.getRootCause() instanceof UMSException) {
157 * @see #getRootCause()
247 public Throwable getRootCause() { method in class:FSException
300 buf.append(getRootCause());
H A DFSRedirectException.java80 * Client programs can then invoke the #getRootCause() method
152 * if (fse.getRootCause() instanceof UMSException) {
163 * @see #getRootCause()
243 public Throwable getRootCause() { method in class:FSRedirectException
301 buf.append(getRootCause());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionException.java82 * Client programs can then invoke the #getRootCause() method
153 * if (fse.getRootCause() instanceof UMSException) {
164 * @see #getRootCause()
226 public Throwable getRootCause() { method in class:EncryptionException
282 buf.append(getRootCause());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMException.java116 rootCause = (LdapException) ue.getRootCause();
166 rootCause = (LdapException) ue.getRootCause();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMException.java116 rootCause = (LdapException) ue.getRootCause();
166 rootCause = (LdapException) ue.getRootCause();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainComponentTree.java120 throw new InvalidDCRootException(dcRoot.getDn(), e.getRootCause());
403 throw new DomainNotFoundException(domain, e.getRootCause());
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainComponentTree.java120 throw new InvalidDCRootException(dcRoot.getDn(), e.getRootCause());
403 throw new DomainNotFoundException(domain, e.getRootCause());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/cos/
H A DCOSManager.java449 LdapException le = (LdapException) e.getRootCause();
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/cos/
H A DCOSManager.java449 LdapException le = (LdapException) e.getRootCause();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java307 LdapException lex = (LdapException) ue.getRootCause();
1976 LdapException lex = (LdapException) ue.getRootCause();
2251 LdapException le = (LdapException) e.getRootCause();
3784 LdapException lex = (LdapException) ue.getRootCause();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java307 LdapException lex = (LdapException) ue.getRootCause();
1976 LdapException lex = (LdapException) ue.getRootCause();
2251 LdapException le = (LdapException) e.getRootCause();
3784 LdapException lex = (LdapException) ue.getRootCause();
/forgerock/opendj2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2.6.2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...

Completed in 281 milliseconds

12