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:
- Serializable
Exception is thrown when the object to be created already exists
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class fr.gouv.vitam.common.exception.VitamExceptiongetVitamError, setVitamErrorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LogbookClientAlreadyExistsException- Parameters:
- message- associated message
 
- 
LogbookClientAlreadyExistsException- Parameters:
- cause- associated cause
 
- 
LogbookClientAlreadyExistsException- Parameters:
- messsage- associated message
- cause- associated cause
 
 
-