Searched refs:AMException (Results 76 - 100 of 159) sorted by relevance

1234567

/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDCTreeServicesImpl.java40 import com.iplanet.am.sdk.AMException;
105 * @exception AMException
111 throws AMException, SSOException {
113 throw new AMException(AMSDKBundle.getString("355"), "355");
139 throw new AMException(AMSDKBundle.getString("343"), "343");
142 throw new AMException(AMSDKBundle.getString("344"), "344");
162 * @exception AMException
168 String domainName, AttrSet attrSet) throws AMException {
170 throw new AMException(AMSDKBundle.getString("355"), "355");
187 throw new AMException(AMSDKBundl
[all...]
H A DCallBackHelper.java38 import com.iplanet.am.sdk.AMException;
118 boolean softDelete) throws AMException {
148 } catch (AMException ae) {
166 int objectType, boolean softDelete) throws AMException {
199 } catch (AMException ae) {
217 int objectType, boolean softDelete) throws AMException {
246 } catch (AMException ae) {
258 boolean softDelete) throws AMException {
285 } catch (AMException ae) {
301 throws AMException {
[all...]
H A DDirectoryServicesImpl.java35 import com.iplanet.am.sdk.AMException;
292 * an appropriate AMException
301 * @throws AMException
302 * a suitable AMException with specific message indicating the
305 private void processInternalException(SSOToken token, UMSException ue, String defaultErrorCode) throws AMException {
312 throw new AMException(ue.getMessage(), "19", ue);
314 throw new AMException(token, "3", ue);
316 throw new AMException(token, "4", ue);
318 throw new AMException(token, "967", ue);
320 throw new AMException(toke
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DDCTreeServicesHelper.java32 import com.iplanet.am.sdk.AMException;
70 public void initialize() throws AMException, SSOException {
78 throw new AMException(AMSDKBundle.getString("354"), "354");
95 public boolean isRequired() throws AMException, SSOException {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DDCTreeServicesHelper.java32 import com.iplanet.am.sdk.AMException;
70 public void initialize() throws AMException, SSOException {
78 throw new AMException(AMSDKBundle.getString("354"), "354");
95 public boolean isRequired() throws AMException, SSOException {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroupContainerImpl.java62 * @throws AMException
68 throws AMException, SSOException {
94 * @throws AMException
100 throws AMException, SSOException {
129 * @throws AMException
135 public Set getSubGroupContainerDNs(int level) throws AMException,
145 * @throws AMException
150 public long getNumberOfSubGroupContainers() throws AMException,
162 * @throws AMException
168 throws AMException, SSOExceptio
[all...]
H A DAMException.java25 * $Id: AMException.java,v 1.7 2009/01/28 05:34:47 ww203982 Exp $
41 * The <code>AMException</code> is thrown whenever an error is is encountered
47 public class AMException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
64 * Constructs a new <code>AMException</code> with detailed message.
72 public AMException(String msg, String errorCode) { method in class:AMException
81 public AMException(SSOToken token, String errorCode) { method in class:AMException
88 * Constructs a new <code>AMException</code> with detailed message.
98 public AMException(String msg, String errorCode, UMSException ue) { method in class:AMException
103 * Constructs a new <code>AMException</code> with detailed message.
114 public AMException(SSOToke method in class:AMException
143 public AMException(String msg, String errorCode, Object[] args) { method in class:AMException
163 public AMException(String msg, String errorCode, Object args[], method in class:AMException
[all...]
H A DAMServiceUtils.java209 AMException {
218 throw new AMException(AMSDKBundle.getString("481", args, locale),
223 throw new AMException(AMSDKBundle.getString("479", args, locale),
228 throw new AMException(AMSDKBundle.getString("482", args, locale),
245 String serviceName) throws SSOException, AMException {
264 throw new AMException(AMSDKBundle.getString("481", args, locale),
269 throw new AMException(AMSDKBundle.getString("479", args, locale),
274 throw new AMException(AMSDKBundle.getString("482", args, locale),
287 * @throws AMException
293 throws SSOException, AMException {
[all...]
H A DAMObjectImpl.java175 * @throws AMException
180 public Set getAssignedServices() throws AMException, SSOException {
235 throws AMException, SSOException {
240 public Set getAttribute(String attributeName) throws AMException,
255 throws AMException, SSOException {
261 throws AMException, SSOException {
274 public void setAttributes(Map attributes) throws AMException, SSOException {
278 public Map getAttributes() throws AMException, SSOException {
282 public Map getAttributes(Set attributeNames) throws AMException,
294 public Map getAttributesFromDataStore() throws AMException, SSOExceptio
[all...]
H A DAMStoreConnection.java95 * the type managed by AM SDK, then an <code>AMException</code> is thrown.
260 * @throws AMException
263 public static String getNamingAttribute(int objectType) throws AMException {
333 * @throws AMException
339 public int getAMObjectType(String dn) throws AMException, SSOException {
416 * @throws AMException
422 throws AMException {
432 throw new AMException(AMSDKBundle.getString("902", locale), "902");
436 throw new AMException(AMSDKBundle.getString("911", locale), "911");
532 * @throws AMException
[all...]
H A DAMDynamicGroupImpl.java57 * @throws AMException if an error is encountered when trying to
61 public String getFilter() throws AMException, SSOException {
71 * @throws AMException if an error is encountered when trying to
75 public void setFilter(String filter) throws AMException, SSOException {
119 } catch (AMException ame) {
126 } catch (AMException amex) {
H A DAMEventManagerException.java36 * Manager exception. This class is a subclass of the AMException class.
38 * @see AMException
44 public class AMEventManagerException extends AMException {
H A DAMInvalidDNException.java41 public class AMInvalidDNException extends AMException {
43 * Constructs a new <code>AMException</code> with detailed message.
57 * Constructs a new <code>AMException</code> with detailed message.
67 * Constructs a new <code>AMException</code> with detailed message.
82 * Constructs a new <code>AMException</code> with detailed message.
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroupContainerImpl.java62 * @throws AMException
68 throws AMException, SSOException {
94 * @throws AMException
100 throws AMException, SSOException {
129 * @throws AMException
135 public Set getSubGroupContainerDNs(int level) throws AMException,
145 * @throws AMException
150 public long getNumberOfSubGroupContainers() throws AMException,
162 * @throws AMException
168 throws AMException, SSOExceptio
[all...]
H A DAMException.java25 * $Id: AMException.java,v 1.7 2009/01/28 05:34:47 ww203982 Exp $
41 * The <code>AMException</code> is thrown whenever an error is is encountered
47 public class AMException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
64 * Constructs a new <code>AMException</code> with detailed message.
72 public AMException(String msg, String errorCode) { method in class:AMException
81 public AMException(SSOToken token, String errorCode) { method in class:AMException
88 * Constructs a new <code>AMException</code> with detailed message.
98 public AMException(String msg, String errorCode, UMSException ue) { method in class:AMException
103 * Constructs a new <code>AMException</code> with detailed message.
114 public AMException(SSOToke method in class:AMException
143 public AMException(String msg, String errorCode, Object[] args) { method in class:AMException
163 public AMException(String msg, String errorCode, Object args[], method in class:AMException
[all...]
H A DAMServiceUtils.java209 AMException {
218 throw new AMException(AMSDKBundle.getString("481", args, locale),
223 throw new AMException(AMSDKBundle.getString("479", args, locale),
228 throw new AMException(AMSDKBundle.getString("482", args, locale),
245 String serviceName) throws SSOException, AMException {
264 throw new AMException(AMSDKBundle.getString("481", args, locale),
269 throw new AMException(AMSDKBundle.getString("479", args, locale),
274 throw new AMException(AMSDKBundle.getString("482", args, locale),
287 * @throws AMException
293 throws SSOException, AMException {
[all...]
H A DAMObjectImpl.java176 * @throws AMException
181 public Set getAssignedServices() throws AMException, SSOException {
236 throws AMException, SSOException {
241 public Set getAttribute(String attributeName) throws AMException,
256 throws AMException, SSOException {
262 throws AMException, SSOException {
275 public void setAttributes(Map attributes) throws AMException, SSOException {
279 public Map getAttributes() throws AMException, SSOException {
283 public Map getAttributes(Set attributeNames) throws AMException,
295 public Map getAttributesFromDataStore() throws AMException, SSOExceptio
[all...]
H A DAMStoreConnection.java97 * the type managed by AM SDK, then an <code>AMException</code> is thrown.
262 * @throws AMException
265 public static String getNamingAttribute(int objectType) throws AMException {
335 * @throws AMException
341 public int getAMObjectType(String dn) throws AMException, SSOException {
418 * @throws AMException
424 throws AMException {
434 throw new AMException(AMSDKBundle.getString("902", locale), "902");
438 throw new AMException(AMSDKBundle.getString("911", locale), "911");
534 * @throws AMException
[all...]
H A DAMDynamicGroupImpl.java57 * @throws AMException if an error is encountered when trying to
61 public String getFilter() throws AMException, SSOException {
71 * @throws AMException if an error is encountered when trying to
75 public void setFilter(String filter) throws AMException, SSOException {
119 } catch (AMException ame) {
126 } catch (AMException amex) {
H A DAMEventManagerException.java36 * Manager exception. This class is a subclass of the AMException class.
38 * @see AMException
44 public class AMEventManagerException extends AMException {
H A DAMInvalidDNException.java41 public class AMInvalidDNException extends AMException {
43 * Constructs a new <code>AMException</code> with detailed message.
57 * Constructs a new <code>AMException</code> with detailed message.
67 * Constructs a new <code>AMException</code> with detailed message.
82 * Constructs a new <code>AMException</code> with detailed message.
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCallBackHelper.java38 import com.iplanet.am.sdk.AMException;
118 boolean softDelete) throws AMException {
148 } catch (AMException ae) {
166 int objectType, boolean softDelete) throws AMException {
199 } catch (AMException ae) {
217 int objectType, boolean softDelete) throws AMException {
246 } catch (AMException ae) {
258 boolean softDelete) throws AMException {
285 } catch (AMException ae) {
301 throws AMException {
[all...]
H A DDirectoryServicesImpl.java35 import com.iplanet.am.sdk.AMException;
292 * an appropriate AMException
301 * @throws AMException
302 * a suitable AMException with specific message indicating the
305 private void processInternalException(SSOToken token, UMSException ue, String defaultErrorCode) throws AMException {
312 throw new AMException(ue.getMessage(), "19", ue);
314 throw new AMException(token, "3", ue);
316 throw new AMException(token, "4", ue);
318 throw new AMException(token, "967", ue);
320 throw new AMException(toke
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java46 import com.iplanet.am.sdk.AMException;
127 } catch (AMException e) {
145 } catch (AMException e) {
170 } catch (AMException e) {
188 } catch (AMException e) {
203 } catch (AMException e) {
224 } catch (AMException e) {
244 } catch (AMException amex) {
265 } catch (AMException amex) {
301 } catch (AMException ame
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java46 import com.iplanet.am.sdk.AMException;
127 } catch (AMException e) {
145 } catch (AMException e) {
170 } catch (AMException e) {
188 } catch (AMException e) {
203 } catch (AMException e) {
224 } catch (AMException e) {
244 } catch (AMException amex) {
265 } catch (AMException amex) {
301 } catch (AMException ame
[all...]

Completed in 1621 milliseconds

1234567