com.ibm.itim.remoteservices.exception
Class PersonAlreadyExistsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.itim.exception.ITIMException
|
+--com.ibm.itim.remoteservices.exception.RemoteServicesException
|
+--com.ibm.itim.remoteservices.exception.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 Summary |
static java.lang.String |
PERSON_ALREADY_EXISTS_ERROR
message key for default message (used if a constructor with no message Id parameter is called) |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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 idtokens
- tokens / null
IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights
reserved. US Government Users Restricted Rights
Use, duplication or disclosure restricted by GSA ADP Schedule
Contract with IBM Corp.