Uses of Class
com.sun.identity.idm.IdRepoDuplicateObjectException
-
Packages that use IdRepoDuplicateObjectException Package Description com.sun.identity.idm Provides classes for accessing the Identity Repository interfaces. -
-
Uses of IdRepoDuplicateObjectException in com.sun.identity.idm
Methods in com.sun.identity.idm that return IdRepoDuplicateObjectException Modifier and Type Method Description static IdRepoDuplicateObjectException
IdRepoDuplicateObjectException. identityOfTypeAlreadyExists(String name, String type)
Create an instance using the localizedIdRepoErrorCode.IDENTITY_OF_TYPE_ALREADY_EXISTS
error message populated with the provided name and type.static IdRepoDuplicateObjectException
IdRepoDuplicateObjectException. nameAlreadyExists(String name)
Create an instance using the localizedIdRepoErrorCode.NAME_ALREADY_EXISTS
error message populated with the provided name.
-