Uses of Class
com.ibm.di.exceptions.SkipEntryException

Packages that use SkipEntryException
com.ibm.di.function Provides useful functions for the Tivoli Directory Integrator. 
 

Uses of SkipEntryException in com.ibm.di.function
 

Methods in com.ibm.di.function that throw SkipEntryException
 void UserFunctions.skipEntry()
          Throws a SkipEntryException which causes the AssemblyLine to stop the current cycle and pass control to the currently active Iterator in order to get the next entry.
 void UserFunctions.skipEntry(String msg)
          * Throws a SkipEntryException which causes the AssemblyLine to stop the current cycle and pass control to the currently active Iterator in order to get the next entry.