Example

abstract class ClassA {

public ClassA() {
}
}


Solution
Re-evaluate the usage of the contructor from outside of the current package, or reconsider the class itself.