Class MetaDataAlreadyExistException
- 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.MetaDataAlreadyExistException
-
- All Implemented Interfaces:
java.io.Serializable
public class MetaDataAlreadyExistException extends MetaDataException
MetaDataAlreadyExistException duplicate error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaDataAlreadyExistException(java.lang.String message)
ConstructorMetaDataAlreadyExistException(java.lang.String message, java.lang.Throwable cause)
ConstructorMetaDataAlreadyExistException(java.lang.Throwable cause)
Constructor
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
MetaDataAlreadyExistException
public MetaDataAlreadyExistException(java.lang.String message)
Constructor- Parameters:
message
- message to associate with the exception
-
MetaDataAlreadyExistException
public MetaDataAlreadyExistException(java.lang.Throwable cause)
Constructor- Parameters:
cause
- cause to associate with the exception
-
MetaDataAlreadyExistException
public MetaDataAlreadyExistException(java.lang.String message, java.lang.Throwable cause)
Constructor- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
-