Class MetadataInvalidUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.metadata.api.exception.MetaDataException
fr.gouv.vitam.metadata.api.exception.MetaDataExecutionException
fr.gouv.vitam.metadata.api.exception.MetadataInvalidUpdateException
- All Implemented Interfaces:
Serializable
MetadataInvalidUpdateException update failed in update operation in metatada
- See Also:
-
Constructor Summary
ConstructorDescriptionMetadataInvalidUpdateException
(String message) ConstructorMetadataInvalidUpdateException
(String message, Throwable cause) ConstructorConstructor -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetadataInvalidUpdateException
Constructor- Parameters:
message
- to associate with the exception
-
MetadataInvalidUpdateException
Constructor- Parameters:
cause
- to associate with the exception
-
MetadataInvalidUpdateException
Constructor- Parameters:
message
- message to associate with the exceptioncause
- to associate with the exception
-