Uses of Class
com.ibm.di.exceptions.SkipEntryException
-
Packages that use SkipEntryException Package Description com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator. -
-
Uses of SkipEntryException in com.ibm.di.function
Methods in com.ibm.di.function that throw SkipEntryException Modifier and Type Method Description 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(java.lang.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.
-