Cannot update member fields qualified with \"final\" modifier

Error constant SQLE_CANNOT_UPDATE_FINAL_FIELD
ODBC 2 State ERROR
ODBC 3 State ERROR
Severity 16
SQLCODE –699
SQLSTATE WJ012
Sybase error code 13606
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.