Class LogbookClientAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.logbook.common.exception.LogbookClientException
-
- fr.gouv.vitam.logbook.common.exception.LogbookClientAlreadyExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class LogbookClientAlreadyExistsException extends LogbookClientException
Exception is thrown when the object to be created already exists- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogbookClientAlreadyExistsException(java.lang.String message)
LogbookClientAlreadyExistsException(java.lang.String messsage, java.lang.Throwable cause)
LogbookClientAlreadyExistsException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
LogbookClientAlreadyExistsException
public LogbookClientAlreadyExistsException(java.lang.String message)
- Parameters:
message
- associated message
-
LogbookClientAlreadyExistsException
public LogbookClientAlreadyExistsException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
LogbookClientAlreadyExistsException
public LogbookClientAlreadyExistsException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-