Uses of Class
migratedb.v1.core.api.ErrorCode
-
Packages that use ErrorCode Package Description migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes. -
-
Uses of ErrorCode in migratedb.v1.core.api
Fields in migratedb.v1.core.api declared as ErrorCode Modifier and Type Field Description ErrorCodeErrorDetails. errorCodeMethods in migratedb.v1.core.api that return ErrorCode Modifier and Type Method Description ErrorCodeMigrateDbException. getErrorCode()static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in migratedb.v1.core.api with parameters of type ErrorCode Constructor Description ErrorDetails(ErrorCode errorCode, String errorMessage)MigrateDbException(String message, Throwable cause, ErrorCode errorCode)Creates a new MigrateDbException with this message, cause, and error code.MigrateDbException(String message, ErrorCode errorCode)Creates a new MigrateDbException with this message and error code
-