INVALID_ENTITY_DEFINITION_CONSTRUCTOR_CWPRJ1010E=CWPRJ1010E: {0} class must define a default, public or protected, no-argument constructor.
Explanation
All entities must have a default, public or protected, no-argument constructor.
User response
Verify that the enity class has default, public or protected, no-argument constructor and resubmit the operation.