Class DatabaseVersionIsTooLowException

  • All Implemented Interfaces:
    Serializable

    public class DatabaseVersionIsTooLowException
    extends BabModelVersionException
    the version of database is lesser than required version a migration is possible (if you have the credentials...)

    Created on 26/04/2021.

    Since:
    1.0.19
    Author:
    Tony Chemit - dev@tchemit.fr
    See Also:
    Serialized Form
    • Constructor Detail

      • DatabaseVersionIsTooLowException

        public DatabaseVersionIsTooLowException​(Locale locale,
                                                org.nuiton.version.Version requiredVersion,
                                                org.nuiton.version.Version databaseModelVersion)