Searched refs:ex (Results 26 - 50 of 2390) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/exception/
H A DPostPatchException.java46 * @param ex The throwable which caused the exception
48 public PostPatchException(String message, Throwable ex) { argument
49 super(message, ex);
H A DPrePatchException.java46 * @param ex The throwable which caused the exception
48 public PrePatchException(String message, Throwable ex) { argument
49 super(message, ex);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/org/forgerock/openam/install/tools/logs/
H A DDebugFileLog.java31 public void log(String message, Throwable ex) { argument
32 Debug.log(message, ex);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilegeManager.java60 } catch (ClassNotFoundException ex) {
61 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.<init>", ex);
190 } catch (InstantiationException ex) {
191 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.getInstance", ex);
192 } catch (IllegalAccessException ex) {
193 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.getInstance", ex);
194 } catch (IllegalArgumentException ex) {
195 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.getInstance", ex);
196 } catch (InvocationTargetException ex) {
197 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.getInstance", ex);
[all...]
H A DApplicationTypeManager.java143 } catch (InstantiationException ex) {
145 "ApplicationTypeManager.getSearchIndex", ex);
146 } catch (IllegalAccessException ex) {
148 "ApplicationTypeManager.getSearchIndex", ex);
149 } catch (ClassNotFoundException ex) {
151 "ApplicationTypeManager.getSearchIndex", ex);
172 } catch (InstantiationException ex) {
174 "ApplicationTypeManager.getSaveIndex", ex);
175 } catch (IllegalAccessException ex) {
177 "ApplicationTypeManager.getSaveIndex", ex);
[all...]
H A DPrivilegeIndexStore.java96 } catch (InstantiationException ex) {
98 ex);
99 } catch (IllegalAccessException ex) {
101 ex);
102 } catch (IllegalArgumentException ex) {
104 ex);
105 } catch (InvocationTargetException ex) {
107 ex);
108 } catch (NoSuchMethodException ex) {
110 ex);
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilegeManager.java60 } catch (ClassNotFoundException ex) {
61 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.<init>", ex);
190 } catch (InstantiationException ex) {
191 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.getInstance", ex);
192 } catch (IllegalAccessException ex) {
193 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.getInstance", ex);
194 } catch (IllegalArgumentException ex) {
195 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.getInstance", ex);
196 } catch (InvocationTargetException ex) {
197 PolicyConstants.DEBUG.error("ApplicationPrivilegeManager.getInstance", ex);
[all...]
H A DApplicationTypeManager.java143 } catch (InstantiationException ex) {
145 "ApplicationTypeManager.getSearchIndex", ex);
146 } catch (IllegalAccessException ex) {
148 "ApplicationTypeManager.getSearchIndex", ex);
149 } catch (ClassNotFoundException ex) {
151 "ApplicationTypeManager.getSearchIndex", ex);
172 } catch (InstantiationException ex) {
174 "ApplicationTypeManager.getSaveIndex", ex);
175 } catch (IllegalAccessException ex) {
177 "ApplicationTypeManager.getSaveIndex", ex);
[all...]
H A DPrivilegeIndexStore.java96 } catch (InstantiationException ex) {
98 ex);
99 } catch (IllegalAccessException ex) {
101 ex);
102 } catch (IllegalArgumentException ex) {
104 ex);
105 } catch (InvocationTargetException ex) {
107 ex);
108 } catch (NoSuchMethodException ex) {
110 ex);
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java42 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
43 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
44 assertTrue(ex.getMessageObject().getDescriptor() == msgDesc);
50 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
52 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
53 assertTrue(ex.getResultCode() == LDAPResultCode.OTHER);
54 assertTrue(ex.getMessageObject().getDescriptor() == msgID);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java41 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
42 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
43 assertTrue(ex.getMessageObject().getDescriptor() == msgDesc);
49 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
51 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
52 assertTrue(ex.getResultCode() == LDAPResultCode.OTHER);
53 assertTrue(ex.getMessageObject().getDescriptor() == msgID);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java42 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
43 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
44 assertTrue(ex.getMessageObject().getDescriptor() == msgDesc);
50 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
52 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
53 assertTrue(ex.getResultCode() == LDAPResultCode.OTHER);
54 assertTrue(ex.getMessageObject().getDescriptor() == msgID);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java41 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
42 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
43 assertTrue(ex.getMessageObject().getDescriptor() == msgDesc);
49 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
51 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
52 assertTrue(ex.getResultCode() == LDAPResultCode.OTHER);
53 assertTrue(ex.getMessageObject().getDescriptor() == msgID);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java42 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
43 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
44 assertTrue(ex.getMessageObject().getDescriptor() == msgDesc);
50 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
52 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
53 assertTrue(ex.getResultCode() == LDAPResultCode.OTHER);
54 assertTrue(ex.getMessageObject().getDescriptor() == msgID);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstallException.java50 * @param ex
91 Throwable ex = getInnerException();
93 while (ex != null) {
94 if (ex instanceof InstallException) {
95 InstallException ae = (InstallException) ex;
100 ex = ae.getInnerException();
103 ex.printStackTrace(err);
105 ex = null;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestLDAPException.java50 LDAPException ex =
52 assertEquals(ex.getResultCode(), LDAPResultCode.PROTOCOL_ERROR);
53 assertTrue(StaticUtils.hasDescriptor(ex.getMessageObject(), msgDesc));
60 LDAPException ex = new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
63 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
64 assertEquals(ex.getResultCode(), LDAPResultCode.OTHER);
65 assertTrue(StaticUtils.hasDescriptor(ex.getMessageObject(), msgID));
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstallException.java50 * @param ex
91 Throwable ex = getInnerException();
93 while (ex != null) {
94 if (ex instanceof InstallException) {
95 InstallException ae = (InstallException) ex;
100 ex = ae.getInnerException();
103 ex.printStackTrace(err);
105 ex = null;
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DServiceFactory.java76 } catch (Exception ex) {
78 "Unable to load filter inbound task handlers", ex);
80 "Unable to load filter inbound task handlers", ex);
104 } catch (Exception ex) {
106 "Unable to load filter self-redirect task handlers", ex);
108 "Unable to load filter self-redirect task handlers", ex);
133 } catch (Exception ex) {
135 "Unable to load filter result handlers", ex);
137 "Unable to load filter result handlers", ex);
152 } catch (Exception ex) {
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java152 Exception ex = error.getException();
153 if (ex instanceof NamingException)
166 if (ex instanceof ReferralLimitExceededException)
168 msg = Message.raw(ex.getLocalizedMessage());
170 else if (ex instanceof NameNotFoundException)
178 msg = Utils.getMessageForException((NamingException)ex, hostPort);
183 if (ex instanceof ReferralLimitExceededException)
185 msg = Message.raw(ex.getLocalizedMessage());
187 else if (ex instanceof NameNotFoundException)
195 msg = Utils.getMessageForException((NamingException)ex);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java151 Exception ex = error.getException();
152 if (ex instanceof NamingException)
165 if (ex instanceof ReferralLimitExceededException)
167 msg = Message.raw(ex.getLocalizedMessage());
169 else if (ex instanceof NameNotFoundException)
177 msg = Utils.getMessageForException((NamingException)ex, hostPort);
182 if (ex instanceof ReferralLimitExceededException)
184 msg = Message.raw(ex.getLocalizedMessage());
186 else if (ex instanceof NameNotFoundException)
194 msg = Utils.getMessageForException((NamingException)ex);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java152 Exception ex = error.getException();
153 if (ex instanceof NamingException)
166 if (ex instanceof ReferralLimitExceededException)
168 msg = Message.raw(ex.getLocalizedMessage());
170 else if (ex instanceof NameNotFoundException)
178 msg = Utils.getMessageForException((NamingException)ex, hostPort);
183 if (ex instanceof ReferralLimitExceededException)
185 msg = Message.raw(ex.getLocalizedMessage());
187 else if (ex instanceof NameNotFoundException)
195 msg = Utils.getMessageForException((NamingException)ex);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java151 Exception ex = error.getException();
152 if (ex instanceof NamingException)
165 if (ex instanceof ReferralLimitExceededException)
167 msg = Message.raw(ex.getLocalizedMessage());
169 else if (ex instanceof NameNotFoundException)
177 msg = Utils.getMessageForException((NamingException)ex, hostPort);
182 if (ex instanceof ReferralLimitExceededException)
184 msg = Message.raw(ex.getLocalizedMessage());
186 else if (ex instanceof NameNotFoundException)
194 msg = Utils.getMessageForException((NamingException)ex);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java152 Exception ex = error.getException();
153 if (ex instanceof NamingException)
166 if (ex instanceof ReferralLimitExceededException)
168 msg = Message.raw(ex.getLocalizedMessage());
170 else if (ex instanceof NameNotFoundException)
178 msg = Utils.getMessageForException((NamingException)ex, hostPort);
183 if (ex instanceof ReferralLimitExceededException)
185 msg = Message.raw(ex.getLocalizedMessage());
187 else if (ex instanceof NameNotFoundException)
195 msg = Utils.getMessageForException((NamingException)ex);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java144 Exception ex = error.getException();
145 if (ex instanceof NamingException)
158 if (ex instanceof ReferralLimitExceededException)
160 msg = LocalizableMessage.raw(ex.getLocalizedMessage());
162 else if (ex instanceof NameNotFoundException)
168 msg = getMessageForException((NamingException) ex, hostPort);
171 else if (ex instanceof ReferralLimitExceededException)
173 msg = LocalizableMessage.raw(ex.getLocalizedMessage());
175 else if (ex instanceof NameNotFoundException)
181 msg = Utils.getMessageForException((NamingException)ex);
[all...]
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/factories/
H A DRhinoScriptEngine.java79 } catch (RhinoException ex) {
80 throw convertException(ex);
81 } catch (IOException ex) {
82 throw new ScriptException(ex);
107 } catch (RhinoException ex) {
108 throw convertException(ex);
179 } catch (RhinoException ex) {
180 throw convertException(ex);
181 } catch (IOException ex) {
182 throw new ScriptException(ex);
212 convertException(RhinoException ex) argument
[all...]

Completed in 109 milliseconds

1234567891011>>