CHAPTER 10 Database Error Messages
745
Cannot remove class ’%1’: member of Jar
Item Value
SQLCODE -653
Constant SQLE_CLASS_MEMBER_OF_JAR
SQLSTATE WP004
Sybase error code 13743
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The name of the class file that can’t be removed
You attempted to remove a class file which is still part of a Jar. (It must be
removed with the Jar)
Cannot serialize Java object with class %1
Item Value
SQLCODE -662
Constant SQLE_JAVA_SERIALIZATION_ERROR
SQLSTATE WI009
Sybase error code 13744
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The class of the value that cannot be serialized.
The Java object cannot be serialized as a persistent database column.
Probable cause
Probable cause