Class DatabaseConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.functional.administration.common.exception.DatabaseConflictException
-
- All Implemented Interfaces:
java.io.Serializable
public class DatabaseConflictException extends VitamException
DatabaseConflictException error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseConflictException(java.lang.String message)
DatabaseConflictException(java.lang.String message, java.lang.Throwable cause)
DatabaseConflictException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
DatabaseConflictException
public DatabaseConflictException(java.lang.String message)
- Parameters:
message
- message to associate with the exception
-
DatabaseConflictException
public DatabaseConflictException(java.lang.Throwable cause)
- Parameters:
cause
- cause to associate with the exception
-
DatabaseConflictException
public DatabaseConflictException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
-