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:
Serializable
DatabaseConflictException error
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseConflictException(String message) DatabaseConflictException(String message, Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseConflictException
- Parameters:
message- message to associate with the exception
-
DatabaseConflictException
- Parameters:
cause- cause to associate with the exception
-
DatabaseConflictException
- Parameters:
message- message to associate with the exceptioncause- cause to associate with the exception
-