Searched refs:NAME_ALREADY_EXISTS (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoDuplicateObjectException.java51 * Create an instance using the localized {@link IdRepoErrorCode#NAME_ALREADY_EXISTS }
58 return new IdRepoDuplicateObjectException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.NAME_ALREADY_EXISTS,
H A DIdRepoErrorCode.java77 public static final String NAME_ALREADY_EXISTS = "310"; field in class:IdRepoErrorCode
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoDuplicateObjectException.java51 * Create an instance using the localized {@link IdRepoErrorCode#NAME_ALREADY_EXISTS }
58 return new IdRepoDuplicateObjectException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.NAME_ALREADY_EXISTS,
H A DIdRepoErrorCode.java79 public static final String NAME_ALREADY_EXISTS = "310"; field in class:IdRepoErrorCode
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DGenericRepoTest.java422 .hasMessage(getIdRepoExceptionMessage(IdRepoErrorCode.NAME_ALREADY_EXISTS, TEST1_GROUP));
/forgerock/openam/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DGenericRepoTest.java424 .hasMessage(getIdRepoExceptionMessage(IdRepoErrorCode.NAME_ALREADY_EXISTS, TEST1_GROUP));

Completed in 36 milliseconds