Package com.sas.lsaf.content.workspace
Class WorkspaceItemCopyException
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.WorkspaceItemCopyException
- All Implemented Interfaces:
Serializable
Thrown when the workspace item cannot be copied as requested. Typically, a request is made to copy a parent folder
into a child folder or a similar problem with the destination location.
- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkspaceItemCopyException(String path, String message) Constructs aWorkspaceItemCopyExceptionwith the specified path and message. -
Method Summary
Methods inherited from class com.sas.lsaf.content.workspace.WorkspaceItemException
getPathMethods 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
-
WorkspaceItemCopyException
Constructs aWorkspaceItemCopyExceptionwith 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).
-