Class StorageStrategyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.storage.engine.common.utils.StorageStrategyNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageStrategyNotFoundException extends VitamException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageStrategyNotFoundException(java.lang.String message)
StorageStrategyNotFoundException(java.lang.String message, java.lang.String strategyId, java.lang.String variableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStrategyId()
java.lang.String
getVariableName()
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-