com.ibm.itim.remoteservices.exception
Class PersonFindException
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.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.
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
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 idtokens
- tokens / nullt
- 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.