Class LogbookAlreadyExistsException
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.LogbookAlreadyExistsException
- All Implemented Interfaces:
Serializable
Exception is thrown when the object to be created already exists
- See Also:
-
Constructor Summary
ConstructorDescriptionLogbookAlreadyExistsException
(String message) LogbookAlreadyExistsException
(String messsage, Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogbookAlreadyExistsException
- Parameters:
message
- associated message
-
LogbookAlreadyExistsException
- Parameters:
cause
- associated cause
-
LogbookAlreadyExistsException
- Parameters:
messsage
- associated messagecause
- associated cause
-