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 Summary
ConstructorsConstructorDescriptionVitamSyncException(VitamError vitamError) VitamSyncException(String message) VitamSyncException(String message, Throwable cause) VitamSyncException(Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, 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 messagecause- associated cause
-