Example

private class ClassA extends ParentClass {

public ClassA() {
super();
}
}


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