Class StorageTechnicalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.storage.engine.common.exception.StorageException
fr.gouv.vitam.storage.engine.common.exception.StorageTechnicalException
- All Implemented Interfaces:
Serializable
Exception thrown when any unwilling technical exception occurs
- See Also:
-
Constructor Summary
ConstructorDescriptionStorageTechnicalException
(String message) StorageTechnicalException
(String messsage, 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
-
StorageTechnicalException
- Parameters:
message
- associated message
-
StorageTechnicalException
- Parameters:
cause
- associated cause
-
StorageTechnicalException
- Parameters:
messsage
- associated messagecause
- associated cause
-