public class DuplicateVersionException extends RuntimeException
This unchecked exception is thrown by mongoTrek when it detects that a migration version number has been used more than one time.
| Constructor and Description |
|---|
DuplicateVersionException(Migration migration) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateVersionException(Migration migration)
Copyright © 2020. All rights reserved.