com.ibm.itim.remoteservices.exception
Class PersonFindException

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.PersonFindException
All Implemented Interfaces:
java.io.Serializable

public class PersonFindException
extends RemoteServicesException

Exception thrown by remote services identity feed code when an Exception occurs while searching for a matching entry in the ITIM LDAP store. For example, due to an invalid entry DN in feed data.

See Also:
Serialized Form

Constructor Summary
PersonFindException(java.lang.String messageId, java.lang.Object[] tokens, java.lang.Throwable t)
          Constructor to pass an error key, tokens and a Throwable.
PersonFindException(java.lang.String message, java.lang.Throwable t)
          Constructor to pass an error message and a Throwable.
 
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
 

Constructor Detail

PersonFindException

public PersonFindException(java.lang.String message,
                           java.lang.Throwable t)
Constructor to pass an error message and a Throwable.

Parameters:
message - Error string.
t - Throwable

PersonFindException

public PersonFindException(java.lang.String messageId,
                           java.lang.Object[] tokens,
                           java.lang.Throwable t)
Constructor to pass an error key, tokens and a Throwable.

Parameters:
messageId - message id
tokens - tokens / null
t - Throwable


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.