Uses of Record Class
org.flywaydb.core.api.output.ErrorOutput.ErrorCause
Packages that use ErrorOutput.ErrorCause
-
Uses of ErrorOutput.ErrorCause in org.flywaydb.core.api.output
Fields in org.flywaydb.core.api.output declared as ErrorOutput.ErrorCauseMethods in org.flywaydb.core.api.output that return ErrorOutput.ErrorCauseModifier and TypeMethodDescriptionErrorOutput.ErrorCause.cause()Returns the value of thecauserecord component.Constructors in org.flywaydb.core.api.output with parameters of type ErrorOutput.ErrorCauseModifierConstructorDescriptionErrorCause(String message, String stackTrace, ErrorOutput.ErrorCause cause) Creates an instance of aErrorCauserecord class.ErrorOutput(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)