Package com.sas.lsaf.content.workspace
Class WorkspaceItemMoveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.content.workspace.WorkspaceItemException
-
- com.sas.lsaf.content.workspace.WorkspaceItemMoveException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkspaceItemMoveException extends WorkspaceItemException
Thrown when the workspace item cannot be moved as requested.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkspaceItemMoveException(java.lang.String path, java.lang.String message)
Constructs aWorkspaceItemMoveException
with the specified path and message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.content.workspace.WorkspaceItemException
getPath
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
WorkspaceItemMoveException
public WorkspaceItemMoveException(java.lang.String path, java.lang.String message)
Constructs aWorkspaceItemMoveException
with the specified path and message.- Parameters:
path
- the path of the workspace item.message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-