Class FunctionalBackupServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.functional.administration.common.exception.FunctionalBackupServiceException
- All Implemented Interfaces:
- Serializable
Exception for FunctionalBackupService
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFunctionalBackupServiceException(String message) FunctionalBackupServiceException(String messsage, Throwable cause) 
- 
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- 
FunctionalBackupServiceException- Parameters:
- message- associated message
 
- 
FunctionalBackupServiceException- Parameters:
- cause- associated cause
 
- 
FunctionalBackupServiceException- Parameters:
- messsage- associated message
- cause- associated cause
 
 
-