Class WorkspaceClientServerException

All Implemented Interfaces:
Serializable

public class WorkspaceClientServerException extends ContentAddressableStorageException
Thrown when there is an error on a zip file resource (format, etc).
See Also:
  • Constructor Details

    • WorkspaceClientServerException

      public WorkspaceClientServerException(String message)
      Constructor
      Parameters:
      message - as String message to associate with the exception
    • WorkspaceClientServerException

      public WorkspaceClientServerException(Throwable cause)
      Constructor
      Parameters:
      cause - as String to associate with the exception
    • WorkspaceClientServerException

      public WorkspaceClientServerException(String message, Throwable cause)
      Constructor
      Parameters:
      message - the exception message as String
      cause - the cause of exception as String
  • Method Details

    • getWorkflowIdentifier

      public String getWorkflowIdentifier()
    • setWorkflowIdentifier

      public void setWorkflowIdentifier(String workflowIdentifier)
    • getLogbookTypeProcess

      public String getLogbookTypeProcess()
    • setLogbookTypeProcess

      public void setLogbookTypeProcess(String logbookTypeProcess)