Cannot update member fields qualified with "final" modifier

Item Value
SQLCODE -699
Constant SQLE_CANNOT_UPDATE_FINAL_FIELD
SQLSTATE WJ012
Sybase error code 13606
ODBC 2 State ERROR
ODBC 3 State ERROR

Probable cause 

An attempt was made to modify a Java member that was qualified with the "final" modifier. Such members are constant and cannot be modified.