Searched refs:AMEntryExistsException (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntryExistsException.java25 * $Id: AMEntryExistsException.java,v 1.4 2008/06/25 05:41:20 qcheng Exp $
35 * This <code>AMEntryExistsException</code> is a specific typed exception used
46 public class AMEntryExistsException extends AMException { class in inherits:AMException
49 * Constructs a new <code>AMEntryExistsException</code> with detailed
58 public AMEntryExistsException(String msg, String errorCode) { method in class:AMEntryExistsException
71 public AMEntryExistsException(SSOToken token, String errorCode) { method in class:AMEntryExistsException
86 public AMEntryExistsException( method in class:AMEntryExistsException
102 public AMEntryExistsException(SSOToken token, String errorCode, method in class:AMEntryExistsException
118 public AMEntryExistsException(String msg, String errorCode, Object args[]) { method in class:AMEntryExistsException
135 public AMEntryExistsException(Strin method in class:AMEntryExistsException
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntryExistsException.java25 * $Id: AMEntryExistsException.java,v 1.4 2008/06/25 05:41:20 qcheng Exp $
35 * This <code>AMEntryExistsException</code> is a specific typed exception used
46 public class AMEntryExistsException extends AMException { class in inherits:AMException
49 * Constructs a new <code>AMEntryExistsException</code> with detailed
58 public AMEntryExistsException(String msg, String errorCode) { method in class:AMEntryExistsException
71 public AMEntryExistsException(SSOToken token, String errorCode) { method in class:AMEntryExistsException
86 public AMEntryExistsException( method in class:AMEntryExistsException
102 public AMEntryExistsException(SSOToken token, String errorCode, method in class:AMEntryExistsException
118 public AMEntryExistsException(String msg, String errorCode, Object args[]) { method in class:AMEntryExistsException
135 public AMEntryExistsException(Strin method in class:AMEntryExistsException
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIDirectoryServices.java34 import com.iplanet.am.sdk.AMEntryExistsException;
382 String parentDN, Map attributes) throws AMEntryExistsException,
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIDirectoryServices.java34 import com.iplanet.am.sdk.AMEntryExistsException;
382 String parentDN, Map attributes) throws AMEntryExistsException,
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DComplianceServicesImpl.java39 import com.iplanet.am.sdk.AMEntryExistsException;
504 * @exception AMEntryExistsException
508 throws AMEntryExistsException {
526 throw new AMEntryExistsException(AMSDKBundle.getString("329"),
541 * @exception AMEntryExistsException
545 throws AMEntryExistsException {
561 throw new AMEntryExistsException(AMSDKBundle.getString("361"),
H A DCachedDirectoryServicesImpl.java39 import com.iplanet.am.sdk.AMEntryExistsException;
335 String parentDN, Map attributes) throws AMEntryExistsException,
H A DDirectoryServicesImpl.java33 import com.iplanet.am.sdk.AMEntryExistsException;
1001 AMEntryExistsException, AMException {
1051 throw new AMEntryExistsException(token, "328", ee);
1081 throws UMSException, AMEntryExistsException, AMException {
1117 throw new AMEntryExistsException(token, "462", ee);
1496 String parentDN, Map attributes) throws AMEntryExistsException,
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DComplianceServicesImpl.java39 import com.iplanet.am.sdk.AMEntryExistsException;
504 * @exception AMEntryExistsException
508 throws AMEntryExistsException {
526 throw new AMEntryExistsException(AMSDKBundle.getString("329"),
541 * @exception AMEntryExistsException
545 throws AMEntryExistsException {
561 throw new AMEntryExistsException(AMSDKBundle.getString("361"),
H A DCachedDirectoryServicesImpl.java39 import com.iplanet.am.sdk.AMEntryExistsException;
335 String parentDN, Map attributes) throws AMEntryExistsException,
H A DDirectoryServicesImpl.java33 import com.iplanet.am.sdk.AMEntryExistsException;
1001 AMEntryExistsException, AMException {
1051 throw new AMEntryExistsException(token, "328", ee);
1081 throws UMSException, AMEntryExistsException, AMException {
1117 throw new AMEntryExistsException(token, "462", ee);
1496 String parentDN, Map attributes) throws AMEntryExistsException,
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java39 import com.iplanet.am.sdk.AMEntryExistsException;
332 String parentDN, Map attributes) throws AMEntryExistsException,
H A DRemoteServicesImpl.java32 import com.iplanet.am.sdk.AMEntryExistsException;
790 String parentDN, Map attributes) throws AMEntryExistsException,
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java39 import com.iplanet.am.sdk.AMEntryExistsException;
332 String parentDN, Map attributes) throws AMEntryExistsException,
H A DRemoteServicesImpl.java32 import com.iplanet.am.sdk.AMEntryExistsException;
790 String parentDN, Map attributes) throws AMEntryExistsException,

Completed in 76 milliseconds