Class StorageLogException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.storage.engine.server.storagelog.StorageLogException
- All Implemented Interfaces:
Serializable
exception when the backup task failed
- See Also:
-
Constructor Summary
ConstructorDescriptionStorageLogException
(String message) StorageLogException
(String message, Throwable cause) StorageLogException
(Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageLogException
- Parameters:
message
- associated message
-
StorageLogException
- Parameters:
cause
- associated cause
-
StorageLogException
- Parameters:
message
- associated messagecause
- associated cause
-