Class WorkspaceClientServerException
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.WorkspaceClientServerException
- All Implemented Interfaces:
Serializable
Thrown when there is an error on a zip file resource (format, etc).
- See Also:
-
Constructor Summary
ConstructorDescriptionWorkspaceClientServerException
(String message) ConstructorWorkspaceClientServerException
(String message, Throwable cause) ConstructorConstructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
setLogbookTypeProcess
(String logbookTypeProcess) void
setWorkflowIdentifier
(String workflowIdentifier) 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
-
WorkspaceClientServerException
Constructor- Parameters:
message
- as String message to associate with the exception
-
WorkspaceClientServerException
Constructor- Parameters:
cause
- as String to associate with the exception
-
WorkspaceClientServerException
Constructor- Parameters:
message
- the exception message as Stringcause
- the cause of exception as String
-
-
Method Details
-
getWorkflowIdentifier
-
setWorkflowIdentifier
-
getLogbookTypeProcess
-
setLogbookTypeProcess
-