Class SharedWorkspaceLinkNotFoundException

All Implemented Interfaces:
Serializable

public class SharedWorkspaceLinkNotFoundException extends SharedWorkspaceException
Thrown when the specified shared workspace link is not found.
Since:
2.7
See Also:
  • Constructor Details

    • SharedWorkspaceLinkNotFoundException

      public SharedWorkspaceLinkNotFoundException(String sharedFolderId, String userId, String path, String message)
      Constructs a SharedWorkspaceLinkNotFoundException.
      Parameters:
      sharedFolderId - The unique identifier of the shared folder.
      userId - The user to delete access to the shared folder.
      path - The path of the shared folder.
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).
  • Method Details

    • getSharedFolderId

      public String getSharedFolderId()
    • getUserId

      public String getUserId()
    • getPath

      public String getPath()