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 Summary
ConstructorsConstructorDescriptionVitamDBException(VitamError vitamError) constructor.VitamDBException(String message) VitamDBException(String message, Throwable cause) VitamDBException(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
-
VitamDBException
constructor.- Parameters:
vitamError-
-
VitamDBException
- Parameters:
message- associated message
-
VitamDBException
- Parameters:
cause- associated cause
-
VitamDBException
- Parameters:
message- associated messagecause- associated cause
-