1 2 3 4 5 6 7 8
package pkg; public class BusinessDto { public BusinessDto() throws SourceException { throw new SourceException(); } }