"Cannot update member fields qualified with \"final\" modifier"
| Item |
Description |
|
SQLCode
|
-699L
|
|
Constant
|
CANNOT_UPDATE_FINAL_FIELD
|
|
SQLState
|
WJ012
|
|
ODBC 2 State
|
ERROR
|
|
ODBC 3 State
|
ERROR
|
|
Sybase Error Code
|
2327
|
|
Severity Code
|
16
|
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.