Class NonUpdatableContentAddressableStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageException
fr.gouv.vitam.storage.offers.core.NonUpdatableContentAddressableStorageException
- All Implemented Interfaces:
Serializable
public class NonUpdatableContentAddressableStorageException
extends ContentAddressableStorageException
Thrown when updating an existing non updatable object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorNonUpdatableContentAddressableStorageException
(String message, Throwable cause) ConstructorConstructor -
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
-
NonUpdatableContentAddressableStorageException
Constructor- Parameters:
message
- as String message to associate with the exception
-
NonUpdatableContentAddressableStorageException
Constructor- Parameters:
cause
- as String to associate with the exception
-
NonUpdatableContentAddressableStorageException
Constructor- Parameters:
message
- : message to associate with the exceptioncause
- : cause to associate with the exception
-