com.ibm.itim.remoteservices.exception
Class MultiplePersonsFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.itim.exception.ITIMException
              extended by com.ibm.itim.remoteservices.exception.RemoteServicesException
                  extended by com.ibm.itim.remoteservices.exception.MultiplePersonsFoundException
All Implemented Interfaces:
java.io.Serializable

public class MultiplePersonsFoundException
extends RemoteServicesException

Exception thrown by remote services person find methods when more than one match is found for a specified person name.

See Also:
Serialized Form

Field Summary
static java.lang.String MULTIPLE_PERSONS_FOUND_ERROR
          message key for default message (used if a constructor with no message Id parameter is called)
 
Constructor Summary
MultiplePersonsFoundException()
          Standard constructor
MultiplePersonsFoundException(java.lang.String exMsg)
          Constructor to pass an exception message.
MultiplePersonsFoundException(java.lang.String msgId, java.lang.Object[] tokens)
          Constructor that accepts a message ID & array of tokens.
 
Method Summary
 
Methods inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException
getErrorMessageArgs, getXMLFormattedMessage
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXML
 
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
 

Field Detail

MULTIPLE_PERSONS_FOUND_ERROR

public static final java.lang.String MULTIPLE_PERSONS_FOUND_ERROR
message key for default message (used if a constructor with no message Id parameter is called)

See Also:
Constant Field Values
Constructor Detail

MultiplePersonsFoundException

public MultiplePersonsFoundException()
Standard constructor


MultiplePersonsFoundException

public MultiplePersonsFoundException(java.lang.String msgId,
                                     java.lang.Object[] tokens)
Constructor that accepts a message ID & array of tokens.

Parameters:
msgId - message identifier used to lookup a corresponding error message from properties file.
tokens - values for replacable tokens used in the error message.

MultiplePersonsFoundException

public MultiplePersonsFoundException(java.lang.String exMsg)
Constructor to pass an exception message.

Parameters:
exMsg - Error string.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.