Package org.flywaydb.core.api.exception
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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionObsoleteConfigurationParametersException(String message, Collection<ObsoleteParameter> obsoleteParameters) -
Method Summary
Methods inherited from class org.flywaydb.core.api.FlywayException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObsoleteConfigurationParametersException
public ObsoleteConfigurationParametersException(String message, Collection<ObsoleteParameter> obsoleteParameters)
-
-
Method Details
-
getObsoleteParameters
-