Class StorageInconsistentStateException
- 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.StorageInconsistentStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageInconsistentStateException extends StorageException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageInconsistentStateException(java.lang.String message)
StorageInconsistentStateException(java.lang.String messsage, java.lang.Throwable cause)
StorageInconsistentStateException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
StorageInconsistentStateException
public StorageInconsistentStateException(java.lang.String message)
-
StorageInconsistentStateException
public StorageInconsistentStateException(java.lang.Throwable cause)
-
StorageInconsistentStateException
public StorageInconsistentStateException(java.lang.String messsage, java.lang.Throwable cause)
-
-