Oracle Error ORA-32132: maximum iterations cannot be changed

Oracle Error Message

ORA-32132: maximum iterations cannot be changed

Reason for the Error

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

Solution

Call the setMaxIterations method before calling any setXXX methods.