Uses of Class
com.ibm.di.exceptions.IgnoreEntryException
-
Packages that use IgnoreEntryException Package Description com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator. -
-
Uses of IgnoreEntryException in com.ibm.di.function
Methods in com.ibm.di.function that throw IgnoreEntryException Modifier and Type Method Description void
UserFunctions. ignoreEntry()
Throws an IgnoreEntryException to tell the AssemblyLine to skip the current component and continue with the next component in flow.void
UserFunctions. ignoreEntry(java.lang.String msg)
Throws an IgnoreEntryException to tell the AssemblyLine to skip the current component and continue with the next component in flow.
-