Class LogbookDatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.logbook.common.server.exception.LogbookException
-
- fr.gouv.vitam.logbook.common.server.exception.LogbookDatabaseException
-
- All Implemented Interfaces:
java.io.Serializable
public class LogbookDatabaseException extends LogbookException
Exception indicating an error with datadase- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogbookDatabaseException(java.lang.String message)
LogbookDatabaseException(java.lang.String messsage, java.lang.Throwable cause)
LogbookDatabaseException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
LogbookDatabaseException
public LogbookDatabaseException(java.lang.String message)
- Parameters:
message
- associated message
-
LogbookDatabaseException
public LogbookDatabaseException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
LogbookDatabaseException
public LogbookDatabaseException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-