Class ObsoleteConfigurationParametersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flywaydb.core.api.FlywayException
org.flywaydb.core.api.exception.ObsoleteConfigurationParametersException
All Implemented Interfaces:
Serializable

public class ObsoleteConfigurationParametersException extends FlywayException
Thrown when configuration parameters are no longer supported but the configuration is otherwise recoverable. Carries the list of obsolete parameters so machine-readable consumers can react (e.g. surface them in UI).
See Also: