com.ibm.itim.remoteservices.exception

Class 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 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