com.ibm.itim.remoteservices.exception

Class PersonAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PersonAlreadyExistsException
    extends RemoteServicesException
    Exception thrown by remote services person add methods when the specified person already exists.

    It is also possible for this exception to occur when a race condition occurs. For example, where two Identity Feeds are run in parallel, and both contain the same person.

    See Also:
    Serialized Form
    • Field Detail

      • PERSON_ALREADY_EXISTS_ERROR

        public static final java.lang.String PERSON_ALREADY_EXISTS_ERROR
        message key for default message (used if a constructor with no message Id parameter is called)
        See Also:
        Constant Field Values
    • Constructor Detail

      • PersonAlreadyExistsException

        public PersonAlreadyExistsException(java.lang.String message)
        Constructor to pass an error message.
        Parameters:
        message - Error string.
      • PersonAlreadyExistsException

        public PersonAlreadyExistsException(java.lang.String messageId,
                                            java.lang.Object[] tokens)
        Constructor to pass an error key & tokens.
        Parameters:
        messageId - message id
        tokens - tokens / null