Class ContentAddressableStorageServerException
- 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.ContentAddressableStorageServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContentAddressableStorageServerException extends ContentAddressableStorageException
Thrown when the workspace client server is unavailable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentAddressableStorageServerException(java.lang.String message)
ConstructorContentAddressableStorageServerException(java.lang.String message, java.lang.Throwable cause)
ConstructorContentAddressableStorageServerException(java.lang.Throwable cause)
Constructor
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ContentAddressableStorageServerException
public ContentAddressableStorageServerException(java.lang.String message)
Constructor- Parameters:
message
- to associate with a new ContentAddressableStorageServerException
-
ContentAddressableStorageServerException
public ContentAddressableStorageServerException(java.lang.Throwable cause)
Constructor- Parameters:
cause
- cause to associate with the exception
-
ContentAddressableStorageServerException
public ContentAddressableStorageServerException(java.lang.String message, java.lang.Throwable cause)
Constructor- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
-