Uses of Record Class
org.flywaydb.core.api.output.errors.ErrorCause
Packages that use ErrorCause
-
Uses of ErrorCause in org.flywaydb.core.api.output.errors
Methods in org.flywaydb.core.api.output.errors that return ErrorCauseModifier and TypeMethodDescriptionErrorCause.cause()Returns the value of thecauserecord component.ErrorOutputItem.cause()FaultToErrorObjectConverter.FaultErrorOutputItem.cause()Returns the value of thecauserecord component.FlywayExceptionToErrorObjectConverter.FlywayErrorOutputItem.cause()Returns the value of thecauserecord component.FlywayMigrateExceptionToErrorObjectConverter.FlywayMigrateErrorOutputItem.cause()Returns the value of thecauserecord component.FlywaySqlExceptionToErrorObjectConverter.FlywaySqlErrorOutputItem.cause()Returns the value of thecauserecord component.Constructors in org.flywaydb.core.api.output.errors with parameters of type ErrorCauseModifierConstructorDescriptionErrorCause(String message, String stackTrace, ErrorCause cause) Creates an instance of aErrorCauserecord class.FaultErrorOutputItem(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.