Uses of Enum Class
fr.gouv.vitam.common.database.server.RuleUpdateErrorCode
Packages that use RuleUpdateErrorCode
-
Uses of RuleUpdateErrorCode in fr.gouv.vitam.common.database.server
Methods in fr.gouv.vitam.common.database.server that return RuleUpdateErrorCodeModifier and TypeMethodDescriptionRuleUpdateException.getRuleUpdateErrorCode()static RuleUpdateErrorCodeReturns the enum constant of this class with the specified name.static RuleUpdateErrorCode[]RuleUpdateErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.gouv.vitam.common.database.server with parameters of type RuleUpdateErrorCodeModifierConstructorDescriptionRuleUpdateException(RuleUpdateErrorCode ruleUpdateErrorCode, String message)