Uses of Interface
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
Classes in org.flywaydb.core.api that implement ErrorCodeFields in org.flywaydb.core.api declared as ErrorCodeMethods in org.flywaydb.core.api that return ErrorCodeConstructors 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 sqlState, Integer sqlErrorCode, String message, String stackTrace, Integer lineNumber, String path, ErrorOutput.ErrorCause cause) ErrorOutput(ErrorCode errorCode, String message, String stackTrace, Integer lineNumber, String path, ErrorOutput.ErrorCause cause)