Uses of Enum Class
migratedb.v1.core.api.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in migratedb.v1.core.api
Fields in migratedb.v1.core.api declared as ErrorCodeMethods in migratedb.v1.core.api that return ErrorCodeModifier and TypeMethodDescriptionMigrateDbException.getErrorCode()static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in migratedb.v1.core.api with parameters of type ErrorCodeModifierConstructorDescriptionErrorDetails(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