Searched refs:AMException (Results 126 - 150 of 159) sorted by relevance

1234567

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java171 } catch (AMException ame) {
210 } catch (AMException ame) {
211 debug.warning("AMSDKRepo.create(): Caught AMException..", ame);
250 } catch (AMException ame) {
251 debug.error("AMSDKRepo.delete(): Caught AMException...", ame);
290 } catch (AMException ame) {
291 debug.error("AMSDKRepo.getAttributes(): AMException ", ame);
330 } catch (AMException ame) {
331 debug.error("AMSDKRepo.getAttributes(): AMException ", ame);
369 } catch (AMException am
[all...]
H A DAMSearchFilterManager.java176 } catch (AMException ae) {
229 } catch (AMException ae) {
H A DAMAttributeSchema.java385 * @throws AMException
387 public void setI18NKey(String i18nKey) throws AMException {
393 throw new AMException(AMSDKBundle.getString("916"), "916");
397 throw new AMException(AMSDKBundle.getString("916"), "916");
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java171 } catch (AMException ame) {
210 } catch (AMException ame) {
211 debug.warning("AMSDKRepo.create(): Caught AMException..", ame);
250 } catch (AMException ame) {
251 debug.error("AMSDKRepo.delete(): Caught AMException...", ame);
290 } catch (AMException ame) {
291 debug.error("AMSDKRepo.getAttributes(): AMException ", ame);
330 } catch (AMException ame) {
331 debug.error("AMSDKRepo.getAttributes(): AMException ", ame);
369 } catch (AMException am
[all...]
H A DAMSearchFilterManager.java176 } catch (AMException ae) {
229 } catch (AMException ae) {
H A DAMAttributeSchema.java385 * @throws AMException
387 public void setI18NKey(String i18nKey) throws AMException {
393 throw new AMException(AMSDKBundle.getString("916"), "916");
397 throw new AMException(AMSDKBundle.getString("916"), "916");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/admin/
H A DAdminInterfaceUtils.java36 import com.iplanet.am.sdk.AMException;
68 * @throws AMException
75 AMStoreConnection storeConn) throws AMException, SSOException {
150 } catch (AMException ame) {
173 } catch (AMException ame) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/admin/
H A DAdminInterfaceUtils.java36 import com.iplanet.am.sdk.AMException;
68 * @throws AMException
75 AMStoreConnection storeConn) throws AMException, SSOException {
150 } catch (AMException ame) {
173 } catch (AMException ame) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java46 import com.iplanet.am.sdk.AMException;
230 } catch (AMException ame) {
235 + ": failed with AMException", ame);
256 } catch (AMException ame) {
259 + ": failed with AMException", ame);
284 } catch (AMException ame) {
287 + ": failed with AMException", ame);
306 } catch (AMException ame) {
309 + ": failed with AMException", ame);
345 } catch (AMException am
[all...]
H A DSMSException.java33 import com.iplanet.am.sdk.AMException;
198 if (rootCause != null && !(rootCause instanceof AMException)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java46 import com.iplanet.am.sdk.AMException;
230 } catch (AMException ame) {
235 + ": failed with AMException", ame);
256 } catch (AMException ame) {
259 + ": failed with AMException", ame);
284 } catch (AMException ame) {
287 + ": failed with AMException", ame);
306 } catch (AMException ame) {
309 + ": failed with AMException", ame);
345 } catch (AMException am
[all...]
H A DSMSException.java33 import com.iplanet.am.sdk.AMException;
198 if (rootCause != null && !(rootCause instanceof AMException)) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DSearchFilterManager.java33 import com.iplanet.am.sdk.AMException;
311 } catch (AMException ae) {
365 } catch (AMException ae) {
H A DEmailNotificationHelper.java32 import com.iplanet.am.sdk.AMException;
173 } catch (AMException ae) {
416 } catch (AMException ex) {
441 } catch (AMException ame) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DSearchFilterManager.java33 import com.iplanet.am.sdk.AMException;
311 } catch (AMException ae) {
365 } catch (AMException ae) {
H A DEmailNotificationHelper.java32 import com.iplanet.am.sdk.AMException;
173 } catch (AMException ae) {
416 } catch (AMException ex) {
441 } catch (AMException ame) {
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DDeleteService.java32 import com.iplanet.am.sdk.AMException;
195 } catch (AMException e) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DDeleteService.java32 import com.iplanet.am.sdk.AMException;
195 } catch (AMException e) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java43 import com.iplanet.am.sdk.AMException;
356 } catch (AMException ame) {
511 } catch (AMException ame) {
539 * Returns an IdRepoException based on an <code>AMException</code>
544 public static IdRepoException convertAMException(AMException ame) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DDSAMERole.java33 import com.iplanet.am.sdk.AMException;
224 } catch (AMException e) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DDSAMERole.java33 import com.iplanet.am.sdk.AMException;
225 } catch (AMException e) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java43 import com.iplanet.am.sdk.AMException;
360 } catch (AMException ame) {
507 } catch (AMException ame) {
679 } catch (AMException ame) {
705 } catch (AMException ame) {
733 * Returns an IdRepoException based on an <code>AMException</code>
738 public static IdRepoException convertAMException(AMException ame) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java49 import com.iplanet.am.sdk.AMException;
774 throws SSOException,AMException {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java49 import com.iplanet.am.sdk.AMException;
774 throws SSOException,AMException {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java38 import com.iplanet.am.sdk.AMException;
2076 } catch (AMException ame) {
2175 } catch (AMException ame) {

Completed in 103 milliseconds

1234567