Uses of Class
fr.gouv.vitam.common.database.server.RuleUpdateErrorCode
-
Packages that use RuleUpdateErrorCode Package Description fr.gouv.vitam.common.database.server Database server package in vitam -
-
Uses of RuleUpdateErrorCode in fr.gouv.vitam.common.database.server
Methods in fr.gouv.vitam.common.database.server that return RuleUpdateErrorCode Modifier and Type Method Description RuleUpdateErrorCode
RuleUpdateException. getRuleUpdateErrorCode()
static RuleUpdateErrorCode
RuleUpdateErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RuleUpdateErrorCode[]
RuleUpdateErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.common.database.server with parameters of type RuleUpdateErrorCode Constructor Description RuleUpdateException(RuleUpdateErrorCode ruleUpdateErrorCode, java.lang.String message)
-