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:
java.io.Serializable
public class LogbookAlreadyExistsException extends LogbookException
Exception is thrown when the object to be created already exists- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogbookAlreadyExistsException(java.lang.String message)
LogbookAlreadyExistsException(java.lang.String messsage, java.lang.Throwable cause)
LogbookAlreadyExistsException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
LogbookAlreadyExistsException
public LogbookAlreadyExistsException(java.lang.String message)
- Parameters:
message
- associated message
-
LogbookAlreadyExistsException
public LogbookAlreadyExistsException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
LogbookAlreadyExistsException
public LogbookAlreadyExistsException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-