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:
java.io.Serializable
public class WorkspaceClientServerException extends ContentAddressableStorageException
Thrown when there is an error on a zip file resource (format, etc).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkspaceClientServerException(java.lang.String message)
ConstructorWorkspaceClientServerException(java.lang.String message, java.lang.Throwable cause)
ConstructorWorkspaceClientServerException(java.lang.Throwable cause)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLogbookTypeProcess()
java.lang.String
getWorkflowIdentifier()
void
setLogbookTypeProcess(java.lang.String logbookTypeProcess)
void
setWorkflowIdentifier(java.lang.String workflowIdentifier)
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
WorkspaceClientServerException
public WorkspaceClientServerException(java.lang.String message)
Constructor- Parameters:
message
- as String message to associate with the exception
-
WorkspaceClientServerException
public WorkspaceClientServerException(java.lang.Throwable cause)
Constructor- Parameters:
cause
- as String to associate with the exception
-
WorkspaceClientServerException
public WorkspaceClientServerException(java.lang.String message, java.lang.Throwable cause)
Constructor- Parameters:
message
- the exception message as Stringcause
- the cause of exception as String
-
-
Method Detail
-
getWorkflowIdentifier
public java.lang.String getWorkflowIdentifier()
-
setWorkflowIdentifier
public void setWorkflowIdentifier(java.lang.String workflowIdentifier)
-
getLogbookTypeProcess
public java.lang.String getLogbookTypeProcess()
-
setLogbookTypeProcess
public void setLogbookTypeProcess(java.lang.String logbookTypeProcess)
-
-