Class StorageDriverMapperException
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.StorageDriverMapperException
- All Implemented Interfaces:
 Serializable
Define a Storage Exception to be thrown when something wrong with the driver
 mapper (updating driver / offer associations)
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionStorageDriverMapperException(String message) StorageDriverMapperException(String messsage, 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
- 
StorageDriverMapperException
- Parameters:
 message- associated message
 - 
StorageDriverMapperException
- Parameters:
 cause- associated cause
 - 
StorageDriverMapperException
- Parameters:
 messsage- associated messagecause- associated cause
 
 -