Oracle Solution for Error ora-32132

Solution for Oracle Error ORA-32132

ORA-32132: maximum iterations cannot be changed

What triggered the Error:

The setMaxIterations is called after a setXXX method has been called.

What should we do to fix it:

Call the setMaxIterations method before calling any setXXX methods.