Uses of Class
com.ibm.di.exceptions.RestartEntryException
-
Packages that use RestartEntryException Package Description com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator. -
-
Uses of RestartEntryException in com.ibm.di.function
Methods in com.ibm.di.function that throw RestartEntryException Modifier and Type Method Description void
UserFunctions. restartEntry()
Throws a RestartEntryException to tell the AssemblyLine to restart.void
UserFunctions. restartEntry(java.lang.String msg)
Throws a RestartEntryException to tell the AssemblyLine to restart, using the current work object.
-