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:
java.io.Serializable
public class VitamDBException extends VitamException
Vitam database exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VitamDBException(VitamError vitamError)
constructor.VitamDBException(java.lang.String message)
VitamDBException(java.lang.String message, java.lang.Throwable cause)
VitamDBException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
VitamDBException
public VitamDBException(VitamError vitamError)
constructor.- Parameters:
vitamError
-
-
VitamDBException
public VitamDBException(java.lang.String message)
- Parameters:
message
- associated message
-
VitamDBException
public VitamDBException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
VitamDBException
public VitamDBException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- associated messagecause
- associated cause
-
-