Class ContentAddressableStorageDatabaseException
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.ContentAddressableStorageDatabaseException
- All Implemented Interfaces:
- Serializable
Thrown when the workspace client server is unavailable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructorContentAddressableStorageDatabaseException(String message, Throwable cause) Constructor
- 
Method SummaryMethods inherited from class fr.gouv.vitam.common.exception.VitamExceptiongetVitamError, setVitamErrorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ContentAddressableStorageDatabaseExceptionConstructor- Parameters:
- message- to associate with a new ContentAddressableStorageServerException
 
- 
ContentAddressableStorageDatabaseExceptionConstructor- Parameters:
- message- message to associate with the exception
- cause- cause to associate with the exception
 
 
-