com.ibm.itim.remoteservices.exception
Class PersonAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--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 find methods when more than one match is found.

See Also:
Serialized Form

Field Summary
static java.lang.String PERSON_ALREADY_EXISTS_ERROR
           
 
Fields inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException
ID_TAG, MESSAGE_TAG, TOKEN_ID_TAG, TOKEN_TAG
 
Constructor Summary
PersonAlreadyExistsException()
          Standard constructor
PersonAlreadyExistsException(java.lang.String exMsg)
          Constructor to pass an exception message.
 
Methods inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException
addErrorMessageArg, getErrorMessageArgs, getXMLFormattedMessage, printStackTrace, printStackTrace, printStackTrace, setErrorMessageArgs
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PERSON_ALREADY_EXISTS_ERROR

public static final java.lang.String PERSON_ALREADY_EXISTS_ERROR
Constructor Detail

PersonAlreadyExistsException

public PersonAlreadyExistsException()
Standard constructor

PersonAlreadyExistsException

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