Class DuplicateVersionException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateVersionException
    extends RuntimeException

    Duplicate Version Exception

    This unchecked exception is thrown by mongoTrek when it detects that a migration version number has been used more than one time.
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateVersionException

        public DuplicateVersionException​(Migration migration)