Uses of Interface
org.flywaydb.core.api.ErrorCode
Packages that use ErrorCode
Package
Description
FlywayException, MigrationInfo and related classes.
-
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.errors
Methods in org.flywaydb.core.api.output.errors that return ErrorCodeModifier and TypeMethodDescriptionErrorOutputItem.errorCode()FaultToErrorObjectConverter.FaultErrorOutputItem.errorCode()Returns the value of theerrorCoderecord component.FlywayExceptionToErrorObjectConverter.FlywayErrorOutputItem.errorCode()Returns the value of theerrorCoderecord component.FlywayMigrateExceptionToErrorObjectConverter.FlywayMigrateErrorOutputItem.errorCode()Returns the value of theerrorCoderecord component.FlywaySqlExceptionToErrorObjectConverter.FlywaySqlErrorOutputItem.errorCode()Returns the value of theerrorCoderecord component.Constructors in org.flywaydb.core.api.output.errors with parameters of type ErrorCodeModifierConstructorDescriptionFaultErrorOutputItem(ErrorCode errorCode, String message, String stackTrace, ErrorCause cause) Creates an instance of aFaultErrorOutputItemrecord class.FlywayErrorOutputItem(ErrorCode errorCode, String message, ErrorCause cause) Creates an instance of aFlywayErrorOutputItemrecord class.FlywayMigrateErrorOutputItem(ErrorCode errorCode, String sqlState, Integer sqlErrorCode, String message, Integer lineNumber, String path, ErrorCause cause) Creates an instance of aFlywayMigrateErrorOutputItemrecord class.FlywaySqlErrorOutputItem(ErrorCode errorCode, org.flywaydb.core.internal.exception.sqlExceptions.FlywaySqlErrorCode subErrorCode, String sqlState, Integer sqlErrorCode, String message, ErrorCause cause) Creates an instance of aFlywaySqlErrorOutputItemrecord class.