ERROR | incorrect number of arguments for default constructor |
CAUSE | The number of arguments specified for the default constructor doesnt match the number of attributes of the object type. |
ACTION | Specify the correct number of arguments for the default constructor and retry the operation. |