Class UnableToInstantiateDBMigrationSubclassException

    • Constructor Detail

      • UnableToInstantiateDBMigrationSubclassException

        public UnableToInstantiateDBMigrationSubclassException​(Object aMapping,
                                                               Exception ex)
        DBvolution needed to create an instance of your DBReport but was unable to do so.

        Please ensure all DBReports have a public, argument-less, default constructor.

        Parameters:
        aMapping - aMapping
        ex - ex