ApexClass.SubClass does not have a no-arg constructor Exception in Salesforce
To avoid this exception, pass String from the Aura JavaScript to the Apex class and use JSON.deSerialize() to convert the String to wrapper class list in the Apex Class. Sample ....