Uses of Enum Class
org.flywaydb.core.api.ErrorCode
Packages that use ErrorCode
Package
Description
FlywayException, MigrationInfo and related classes.
Private API.
-
Uses of ErrorCode in org.flywaydb.core.api
Fields in org.flywaydb.core.api declared as ErrorCodeMethods in org.flywaydb.core.api that return ErrorCodeModifier and TypeMethodDescriptionFlywayException.getErrorCode()static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.flywaydb.core.api with parameters of type ErrorCodeModifierConstructorDescriptionErrorDetails(ErrorCode errorCode, String errorMessage) FlywayException(String message, Throwable cause, ErrorCode errorCode) Creates a new FlywayException with this message, cause, and error code.FlywayException(String message, ErrorCode errorCode) Creates a new FlywayException with this message and error code -
Uses of ErrorCode in org.flywaydb.core.api.output
Fields in org.flywaydb.core.api.output declared as ErrorCodeConstructors in org.flywaydb.core.api.output with parameters of type ErrorCodeModifierConstructorDescriptionErrorOutput(ErrorCode errorCode, String message, String stackTrace, Integer lineNumber, String path, ErrorOutput.ErrorCause cause)