1043   Cannot create instances of an abstract class

Cause

This error occurs if your application code attempts to create an instance of a class that is defined as abstract. This is not allowed.

Action

Perform one of the following actions, as appropriate.