Package com.sas.lsaf.content.workspace
Class SharedWorkspaceLinkNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.content.workspace.SharedWorkspaceException
-
- com.sas.lsaf.content.workspace.SharedWorkspaceLinkNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SharedWorkspaceLinkNotFoundException extends SharedWorkspaceException
Thrown when the specified shared workspace link is not found.- Since:
- 2.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SharedWorkspaceLinkNotFoundException(java.lang.String sharedFolderId, java.lang.String userId, java.lang.String path, java.lang.String message)
Constructs aSharedWorkspaceLinkNotFoundException
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
java.lang.String
getSharedFolderId()
java.lang.String
getUserId()
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
SharedWorkspaceLinkNotFoundException
public SharedWorkspaceLinkNotFoundException(java.lang.String sharedFolderId, java.lang.String userId, java.lang.String path, java.lang.String message)
Constructs aSharedWorkspaceLinkNotFoundException
.- 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 theAbstractCheckedException.getMessage()
method).
-
-