Package fr.gouv.vitam.common.exception
Class VitamDBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.exception.VitamDBException
- All Implemented Interfaces:
- Serializable
Vitam database exception.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionVitamDBException(VitamError vitamError) constructor.VitamDBException(String message) VitamDBException(String message, Throwable cause) VitamDBException(Throwable cause) 
- 
Method SummaryMethods inherited from class fr.gouv.vitam.common.exception.VitamExceptiongetVitamError, setVitamErrorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VitamDBExceptionconstructor.- Parameters:
- vitamError-
 
- 
VitamDBException- Parameters:
- message- associated message
 
- 
VitamDBException- Parameters:
- cause- associated cause
 
- 
VitamDBException- Parameters:
- message- associated message
- cause- associated cause
 
 
-