Class MetaDataExecutionException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MetadataInvalidUpdateException
MetaDataExecutionException database error
- See Also:
-
Constructor Summary
ConstructorDescriptionMetaDataExecutionException
(VitamError vitamError) ConstructorMetaDataExecutionException
(String message) ConstructorMetaDataExecutionException
(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
-
MetaDataExecutionException
Constructor- Parameters:
vitamError
- vitamError to associate with the exception
-
MetaDataExecutionException
Constructor- Parameters:
message
- message to associate with the exception
-
MetaDataExecutionException
Constructor- Parameters:
cause
- cause to associate with the exception
-
MetaDataExecutionException
Constructor- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-