Package com.sas.lsaf.content.repository
Class CopyToWorkspaceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sas.lsaf.core.AbstractRuntimeException
-
- com.sas.lsaf.content.repository.CopyToWorkspaceException
-
- All Implemented Interfaces:
java.io.Serializable
public class CopyToWorkspaceException extends AbstractRuntimeException
Thrown when the item to copy has been marked asRepositoryItem.Syncable.DENY
orRepositoryItem.Syncable.DENY_ALL
.- Since:
- 1.8
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CopyToWorkspaceException(java.lang.String path, java.lang.String message)
Constructs aCopyToWorkspaceException
with the specified path and detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
Return the path to the item that caused the exception.-
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
CopyToWorkspaceException
public CopyToWorkspaceException(java.lang.String path, java.lang.String message)
Constructs aCopyToWorkspaceException
with the specified path and detail message.- Parameters:
path
- The path to the item that caused the exception.message
- The detail message.
-
-