I have an apex class that was scheduled and working fine. Due to inactive user the scheduled job has stopped working and now I am trying to create a new schedule for the apex class but getting below error.
"You must select an apex class that has a parameterless constructor"
As per my understanding we dont need to create a parameterless constructor specifically. Also as it was working before it should work now as well.
Tried compiling all classes but no luck.
Need you expertise to solve this issue. Thanks a lot in advance.