Uses of Class
org.flywaydb.core.api.ErrorCode
-
Packages that use ErrorCode Package Description org.flywaydb.core.api FlywayException, MigrationInfo and related classes. -
-
Uses of ErrorCode in org.flywaydb.core.api
Methods in org.flywaydb.core.api that return ErrorCode Modifier and Type Method Description ErrorCodeFlywayException. getErrorCode()static ErrorCodeErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.flywaydb.core.api with parameters of type ErrorCode Constructor Description FlywayException(java.lang.String message, java.lang.Throwable cause, ErrorCode errorCode)Creates a new FlywayException with this message, cause, and error code.FlywayException(java.lang.String message, ErrorCode errorCode)Creates a new FlywayException with this message and error code
-