Class RuleUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.database.server.RuleUpdateException
-
- All Implemented Interfaces:
java.io.Serializable
public class RuleUpdateException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleUpdateException(RuleUpdateErrorCode ruleUpdateErrorCode, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleUpdateErrorCode
getRuleUpdateErrorCode()
-
-
-
Constructor Detail
-
RuleUpdateException
public RuleUpdateException(RuleUpdateErrorCode ruleUpdateErrorCode, java.lang.String message)
-
-
Method Detail
-
getRuleUpdateErrorCode
public RuleUpdateErrorCode getRuleUpdateErrorCode()
-
-