Package fr.gouv.vitam.common.exception
Class DocumentAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.common.exception.DatabaseException
-
- fr.gouv.vitam.common.exception.DocumentAlreadyExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class DocumentAlreadyExistsException extends DatabaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentAlreadyExistsException(java.lang.String message)
DocumentAlreadyExistsException(java.lang.String message, java.lang.Throwable cause)
DocumentAlreadyExistsException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
DocumentAlreadyExistsException
public DocumentAlreadyExistsException(java.lang.String message)
-
DocumentAlreadyExistsException
public DocumentAlreadyExistsException(java.lang.Throwable cause)
-
DocumentAlreadyExistsException
public DocumentAlreadyExistsException(java.lang.String message, java.lang.Throwable cause)
-
-