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:
Serializable
Thrown when the specified shared workspace link is not found.
- Since:
- 2.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSharedWorkspaceLinkNotFoundException(String sharedFolderId, String userId, String path, String message) Constructs aSharedWorkspaceLinkNotFoundException. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SharedWorkspaceLinkNotFoundException
public SharedWorkspaceLinkNotFoundException(String sharedFolderId, String userId, String path, 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).
-
-
Method Details
-
getUserId
-
getPath