Class VitamSyncException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.storage.engine.server.exception.VitamSyncException
- All Implemented Interfaces:
- Serializable
Vitam Synchronization exception.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionVitamSyncException(VitamError vitamError) VitamSyncException(String message) VitamSyncException(String message, Throwable cause) VitamSyncException(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- 
VitamSyncException
- 
VitamSyncException- Parameters:
- message- associated message
 
- 
VitamSyncException- Parameters:
- cause- associated cause
 
- 
VitamSyncException- Parameters:
- message- associated message
- cause- associated cause
 
 
-