Class ContentAddressableStorageNotFoundException
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.workspace.api.exception.ContentAddressableStorageNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a resource (Container, Folder) cannot be located.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorContentAddressableStorageNotFoundException(String message, Throwable cause) ConstructorConstructor -
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
-
ContentAddressableStorageNotFoundException
Constructor- Parameters:
message- to associate with a new ContentAddressableStorageNotFoundException
-
ContentAddressableStorageNotFoundException
Constructor- Parameters:
cause- cause to associate with the exception
-
ContentAddressableStorageNotFoundException
Constructor- Parameters:
message- message to associate with the exceptioncause- cause to associate with the exception
-